Merge pull request #353 from giuseppe/fix-typo

specs: fix typo
This commit is contained in:
Mrunal Patel 2016-03-21 16:35:58 -07:00
commit b37fe273ac
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Example:
"cwd": "...", "cwd": "...",
} }
``` ```
This specification does not manadate the name of this JSON file. This specification does not mandate the name of this JSON file.
See the specification of the `config.json` file for the definition of these fields. See the specification of the `config.json` file for the definition of these fields.
The stopping, or exiting, of these secondary process MUST have no effect on the state of the container. The stopping, or exiting, of these secondary process MUST have no effect on the state of the container.
In other words, a container (and its PID 1 process) MUST NOT be stopped due to the exiting of a secondary process. In other words, a container (and its PID 1 process) MUST NOT be stopped due to the exiting of a secondary process.