Skip to content

Commit 133ac5c

Browse files
authored
Merge pull request #2730 from fuweid/fixtypo_in_runtime_package
fixtypo: misspell in runtime package
2 parents 4055185 + accadd7 commit 133ac5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime/v2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The runtime can also be changed via a container update.
1313
```
1414

1515
When 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.
117117
Shims are responsible for managing the lifecycle of the filesystem mount during the lifecycle of a container.
118118

119119
```proto

runtime/v2/shim/shim_windows.go

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)