File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The runtime can also be changed via a container update.
1313```
1414
1515When a user specifies a runtime name, ` io.containerd.runc.v1 ` , they will specify the name and version of the runtime.
16- This will be trasnlated by containerd into a binary name for the shim.
16+ This will be translated by containerd into a binary name for the shim.
1717
1818` io.containerd.runc.v1 ` -> ` containerd-shim-runc-v1 `
1919
@@ -113,7 +113,7 @@ Containers that are to be launched with an interactive terminal will have the `t
113113
114114### Root Filesystems
115115
116- The root filesytems for the containers is provided by on the ` Create ` rpc.
116+ The root filesystem for the containers is provided by on the ` Create ` rpc.
117117Shims are responsible for managing the lifecycle of the filesystem mount during the lifecycle of a container.
118118
119119``` proto
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ type deferredShimWriteLogger struct {
196196 conerr error
197197}
198198
199- // beginAccept issues an accept to wait for a connection. Once a conneciton
199+ // beginAccept issues an accept to wait for a connection. Once a connection
200200// occurs drains any outstanding buffer. While draining the buffer any writes
201201// are blocked. If the buffer fails to fully drain due to a connection drop a
202202// call to `beginAccept` is re-issued waiting for another connection from
You can’t perform that action at this time.
0 commit comments