@@ -33,7 +33,7 @@ import SwiftProtobuf
3333/// To perform a build:
3434///
3535/// 1. CreateBuild to create a new build
36- /// 2. StartBuild to start the build exection where client and server
36+ /// 2. StartBuild to start the build execution where client and server
3737/// both have a stream for exchanging data during the build.
3838///
3939/// The client may send:
@@ -96,7 +96,7 @@ import SwiftProtobuf
9696/// source path, and empty data
9797/// 2. server archives the data at source path, and starts to send chunks to
9898/// the client
99- /// 3. server coninues to send all chunks until last chunk, which server
99+ /// 3. server continues to send all chunks until last chunk, which server
100100/// will send with
101101/// 'complete' set to true
102102/// 4. client starts to receive the data and stream to a temporary file
@@ -263,7 +263,7 @@ public struct Com_Apple_Container_Build_V1_BuilderNIOClient: Com_Apple_Container
263263/// To perform a build:
264264///
265265/// 1. CreateBuild to create a new build
266- /// 2. StartBuild to start the build exection where client and server
266+ /// 2. StartBuild to start the build execution where client and server
267267/// both have a stream for exchanging data during the build.
268268///
269269/// The client may send:
@@ -326,7 +326,7 @@ public struct Com_Apple_Container_Build_V1_BuilderNIOClient: Com_Apple_Container
326326/// source path, and empty data
327327/// 2. server archives the data at source path, and starts to send chunks to
328328/// the client
329- /// 3. server coninues to send all chunks until last chunk, which server
329+ /// 3. server continues to send all chunks until last chunk, which server
330330/// will send with
331331/// 'complete' set to true
332332/// 4. client starts to receive the data and stream to a temporary file
@@ -526,7 +526,7 @@ public enum Com_Apple_Container_Build_V1_BuilderClientMetadata {
526526/// To perform a build:
527527///
528528/// 1. CreateBuild to create a new build
529- /// 2. StartBuild to start the build exection where client and server
529+ /// 2. StartBuild to start the build execution where client and server
530530/// both have a stream for exchanging data during the build.
531531///
532532/// The client may send:
@@ -589,7 +589,7 @@ public enum Com_Apple_Container_Build_V1_BuilderClientMetadata {
589589/// source path, and empty data
590590/// 2. server archives the data at source path, and starts to send chunks to
591591/// the client
592- /// 3. server coninues to send all chunks until last chunk, which server
592+ /// 3. server continues to send all chunks until last chunk, which server
593593/// will send with
594594/// 'complete' set to true
595595/// 4. client starts to receive the data and stream to a temporary file
@@ -673,7 +673,7 @@ extension Com_Apple_Container_Build_V1_BuilderProvider {
673673/// To perform a build:
674674///
675675/// 1. CreateBuild to create a new build
676- /// 2. StartBuild to start the build exection where client and server
676+ /// 2. StartBuild to start the build execution where client and server
677677/// both have a stream for exchanging data during the build.
678678///
679679/// The client may send:
@@ -736,7 +736,7 @@ extension Com_Apple_Container_Build_V1_BuilderProvider {
736736/// source path, and empty data
737737/// 2. server archives the data at source path, and starts to send chunks to
738738/// the client
739- /// 3. server coninues to send all chunks until last chunk, which server
739+ /// 3. server continues to send all chunks until last chunk, which server
740740/// will send with
741741/// 'complete' set to true
742742/// 4. client starts to receive the data and stream to a temporary file
0 commit comments