fix: typo omitted -> ommitted
Signed-off-by: Lihua Tang <lhtang@alauda.io>
This commit is contained in:
parent
308d3cb60e
commit
af23a4c1f2
@ -443,7 +443,7 @@ type ContentClient interface {
|
|||||||
// Only one active stream may exist at a time for each ref.
|
// Only one active stream may exist at a time for each ref.
|
||||||
//
|
//
|
||||||
// Once a write stream has started, it may only write to a single ref, thus
|
// Once a write stream has started, it may only write to a single ref, thus
|
||||||
// once a stream is started, the ref may be ommitted on subsequent writes.
|
// once a stream is started, the ref may be omitted on subsequent writes.
|
||||||
//
|
//
|
||||||
// For any write transaction represented by a ref, only a single write may
|
// For any write transaction represented by a ref, only a single write may
|
||||||
// be made to a given offset. If overlapping writes occur, it is an error.
|
// be made to a given offset. If overlapping writes occur, it is an error.
|
||||||
@ -658,7 +658,7 @@ type ContentServer interface {
|
|||||||
// Only one active stream may exist at a time for each ref.
|
// Only one active stream may exist at a time for each ref.
|
||||||
//
|
//
|
||||||
// Once a write stream has started, it may only write to a single ref, thus
|
// Once a write stream has started, it may only write to a single ref, thus
|
||||||
// once a stream is started, the ref may be ommitted on subsequent writes.
|
// once a stream is started, the ref may be omitted on subsequent writes.
|
||||||
//
|
//
|
||||||
// For any write transaction represented by a ref, only a single write may
|
// For any write transaction represented by a ref, only a single write may
|
||||||
// be made to a given offset. If overlapping writes occur, it is an error.
|
// be made to a given offset. If overlapping writes occur, it is an error.
|
||||||
|
@ -55,7 +55,7 @@ service Content {
|
|||||||
// Only one active stream may exist at a time for each ref.
|
// Only one active stream may exist at a time for each ref.
|
||||||
//
|
//
|
||||||
// Once a write stream has started, it may only write to a single ref, thus
|
// Once a write stream has started, it may only write to a single ref, thus
|
||||||
// once a stream is started, the ref may be ommitted on subsequent writes.
|
// once a stream is started, the ref may be omitted on subsequent writes.
|
||||||
//
|
//
|
||||||
// For any write transaction represented by a ref, only a single write may
|
// For any write transaction represented by a ref, only a single write may
|
||||||
// be made to a given offset. If overlapping writes occur, it is an error.
|
// be made to a given offset. If overlapping writes occur, it is an error.
|
||||||
|
Loading…
Reference in New Issue
Block a user