summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-16 20:41:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-16 20:41:00 -0500
commita56ca950a8d43fcad61879dc9a5684659c0257cf (patch)
treee9112cccb0f0d2094c4b5fbf4f78002a5b8cf63e
parent4457439a30b4cdf2ebc706ad9a0d664f8550f58e (diff)
downloadbubblewrap-a56ca950a8d43fcad61879dc9a5684659c0257cf.tar.gz
Fix some typos
-rw-r--r--build-root.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-root.c b/build-root.c
index 82f985b..c9aa38b 100644
--- a/build-root.c
+++ b/build-root.c
@@ -121,10 +121,10 @@ usage ()
fprintf (stderr,
" --help Print this help\n"
" --version Print version\n"
- " --unshare-ipc Create new ipc namesapce\n"
- " --unshare-pid Create new pid namesapce\n"
- " --unshare-net Create new network namesapce\n"
- " --unshare-uts Create new uts namesapce\n"
+ " --unshare-ipc Create new ipc namespace\n"
+ " --unshare-pid Create new pid namespace\n"
+ " --unshare-net Create new network namespace\n"
+ " --unshare-uts Create new uts namespace\n"
" --chdir DIR Change directory to DIR\n"
" --mount-bind SRC DEST Bind mount the host path SRC on DEST\n"
" --mount-dev-bind SRC DEST Bind mount the host path SRC on DEST, allowing device access\n"
@@ -263,7 +263,7 @@ monitor_child (int event_fd)
* the monitor so that it can return it to the original spawner.
*
* When there are no other processes in the sandbox the wait will return
- * ECHILD, and we then exit pid1 to clean up the sandbox. */
+ * ECHILD, and we then exit pid1 to clean up the sandbox. */
static int
do_init (int event_fd, pid_t initial_pid)
{