Browse code

Fix typo in swagger doc

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>

Tobias Gesellchen authored on 2017/05/28 05:37:36
Showing 1 changed files
... ...
@@ -3119,7 +3119,7 @@ paths:
3119 3119
                       all processes in the container. Freezing the process requires the process to
3120 3120
                       be running. As a result, paused containers are both `Running` _and_ `Paused`.
3121 3121
 
3122
-                      Use the `Status` field instead to determin if a container's state is "running".
3122
+                      Use the `Status` field instead to determine if a container's state is "running".
3123 3123
                     type: "boolean"
3124 3124
                   Paused:
3125 3125
                     description: "Whether this container is paused."