Skip to content

Commit 1185630

Browse files
author
Mrunal Patel
committed
Merge pull request #354 from runcom/fix-typos
*: fix typos
2 parents e23fbbb + 5ded784 commit 1185630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Changes with v0.1.0:
230230
* ROADMAP.md: remove the tail spaces
231231
* roadmap: update links and add wiki reference
232232
* runtime: Add 'version' to the state.json example
233-
* runtime-config: add example label before json exmaple
233+
* runtime-config: add example label before json example
234234
* runtime-config: add section about Hooks
235235
* runtime: config: linux: add cgroups information
236236
* runtime: config: linux: Edit BlockIO struct

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ processes in the group and egressing the system on various interfaces. The follo
429429
`pids` represents the cgroup subsystem `pids`.
430430
For more information, see [the pids cgroup man page][cgroup-v1-pids].
431431

432-
The following paramters can be specified to setup the controller:
432+
The following parameters can be specified to setup the controller:
433433

434434
* **`limit`** *(int64, required)* - specifies the maximum number of tasks in the cgroup
435435

project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Increment version in [`specs-go/version.go`](specs-go/version.go)
66
* `git commit` version increment
7-
* `git tag` the prior commit (preferrably signed tag)
7+
* `git tag` the prior commit (preferably signed tag)
88
* `make docs` to produce PDF and HTML copies of the spec
99
* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs.
1010

0 commit comments

Comments
 (0)