From f4950a17c2cd0b54f45c9ee6e3a0eb6683d80bfa Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 21 Mar 2016 11:33:43 +0100 Subject: [PATCH] specs: fix typo Signed-off-by: Giuseppe Scrivano --- runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.md b/runtime.md index 47d4adda..1f60fb2b 100644 --- a/runtime.md +++ b/runtime.md @@ -118,7 +118,7 @@ Example: "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. 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.