diff options
author | Nis Martensen <nis.martensen@web.de> | 2014-05-18 15:43:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-19 00:40:44 +0900 |
commit | f1721625e7145977ba705e169580f2eb0002600c (patch) | |
tree | 3155b020761a008b109b136199c88ed78d007614 /src/nspawn | |
parent | 8891f695c71bd4c266d827c9aaedbbbbaf79d3eb (diff) |
fix spelling of privilege
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 6be4dcae59..9d9238fdb5 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -3057,7 +3057,7 @@ int main(int argc, char *argv[]) { fds = NULL; /* Wait until the child reported that it is ready with - * all it needs to do with priviliges. After we got + * all it needs to do with privileges. After we got * the notification we can make the process join its * cgroup which might limit what it can do */ eventfd_read(child_ready_fd, &x); |