From 1a6d5b7b4c7298cc546d24ccf42031f7a22d58d3 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 27 May 2017 22:37:36 +0200 Subject: [PATCH] Fix typo in swagger doc Signed-off-by: Tobias Gesellchen Upstream-commit: 56da4f2fb2509f9b2c2bc1c1c609c1dabeaec07d Component: engine --- components/engine/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 1ba9c5874c..cb2ac783e5 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -3119,7 +3119,7 @@ paths: all processes in the container. Freezing the process requires the process to be running. As a result, paused containers are both `Running` _and_ `Paused`. - Use the `Status` field instead to determin if a container's state is "running". + Use the `Status` field instead to determine if a container's state is "running". type: "boolean" Paused: description: "Whether this container is paused."