Skip to content

Commit 54bef03

Browse files
humblecjdef
authored andcommitted
spec: correct typo in createSnapshot explanation
Signed-off-by: Humble Chirammal <[email protected]>
1 parent ad238e5 commit 54bef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ Note that CreateSnapshot no longer blocks after the snapshot is cut.
17961796
A gRPC error code SHALL be returned if an error occurs during any stage of the snapshotting process.
17971797
A CO SHOULD explicitly delete snapshots when an error occurs.
17981798

1799-
Based on this information, CO can issue repeated (idemponent) calls to CreateSnapshot, monitor the response, and make decisions.
1799+
Based on this information, CO can issue repeated (idempotent) calls to CreateSnapshot, monitor the response, and make decisions.
18001800
Note that CreateSnapshot is a synchronous call and it MUST block until the snapshot is cut.
18011801

18021802
```protobuf

0 commit comments

Comments
 (0)