Skip to content

Commit

Permalink
bwrap: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Nov 10, 2016
1 parent 76b165a commit 5f569bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bubblewrap.c
Expand Up @@ -444,7 +444,7 @@ has_caps (void)
* unprivileged user namespaces to be used. This case is
* "is_privileged = FALSE".
*
* If bwarp is setuid, then we do things in phases.
* If bwrap is setuid, then we do things in phases.
* The first part is run as euid 0, but with with fsuid as the real user.
* The second part, inside the child, is run as the real user but with
* capabilities.
Expand Down Expand Up @@ -492,7 +492,7 @@ acquire_privs (void)
else if (real_uid != 0 && has_caps ())
{
/* We have some capabilities in the non-setuid case, which should not happen.
Probablye caused by the binary being setcap instead of setuid which we
Probably caused by the binary being setcap instead of setuid which we
don't support anymore */
die ("Unexpected capabilities but not setuid, old file caps config?");
}
Expand Down

0 comments on commit 5f569bd

Please sign in to comment.