summaryrefslogtreecommitdiff
path: root/bubblewrap.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-11-26 13:41:42 +0100
committerAlexander Larsson <alexl@redhat.com>2019-11-26 13:41:42 +0100
commit39936535564a26abe7aa46cd23af4effab2fcdce (patch)
tree2dbbb7bdbf45052220f5109d3a7a7576bedc57ca /bubblewrap.c
parent3e5fe1bfbab27aac53e46d883493ff62a6813da8 (diff)
downloadbubblewrap-39936535564a26abe7aa46cd23af4effab2fcdce.tar.gz
Fix typo in comment
s/intermidate/intermediate/
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 fe54478..9fa836d 100644
--- a/bubblewrap.c
+++ b/bubblewrap.c
@@ -2429,7 +2429,7 @@ main (int argc,
die_with_error ("Joining specified user namespace failed");
}
- /* Sometimes we have uninteresting intermidate pids during the setup, set up code to pass the real pid down */
+ /* Sometimes we have uninteresting intermediate pids during the setup, set up code to pass the real pid down */
if (opt_pidns_fd != -1)
{
/* Mark us as a subreaper, this way we can get exit status from grandchildren */