Merge pull request #519 from gesellix/typo-configration

[docs] Fix typo in configration.
This commit is contained in:
Sebastiaan van Stijn 2017-09-11 14:57:08 +02:00 committed by GitHub
commit 202205365a
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ The following values are accepted:
| "host" | Use the host system's IPC namespace. |
If not specified, daemon default is used, which can either be `"private"`
or `"shareable"`, depending on the daemon version and configration.
or `"shareable"`, depending on the daemon version and configuration.
IPC (POSIX/SysV IPC) namespace provides separation of named shared memory
segments, semaphores and message queues.