summaryrefslogtreecommitdiff
path: root/bubblewrap.c
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-12 20:10:24 +0000
committerAlexander Larsson <alexander.larsson@gmail.com>2021-10-14 14:40:10 +0200
commit366564eaa0448326f0eaa343ccbb278f2f45979e (patch)
tree7821968dfe8d0b29ae78e1ebfb2d1b12d24c1ad2 /bubblewrap.c
parentd69d21b03634b8bfa3d4eb1ec0264205cc8072bf (diff)
downloadbubblewrap-366564eaa0448326f0eaa343ccbb278f2f45979e.tar.gz
Fix spelling
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
Diffstat (limited to 'bubblewrap.c')
-rw-r--r--bubblewrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bubblewrap.c b/bubblewrap.c
index dca9475..dbec07f 100644
--- a/bubblewrap.c
+++ b/bubblewrap.c
@@ -2539,7 +2539,7 @@ main (int argc,
* because (as described in acquire_privs()) setuid bwrap causes
* root to own the namespaces that it creates, so you will not be
* able to access these namespaces anyway. So, best just not support
- * it anway.
+ * it anyway.
*/
if (opt_userns_fd != -1 && is_privileged)
die ("--userns doesn't work in setuid mode");