Commit 6f3fd27f by Josh Soref

spelling: container

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent c0125e79
...@@ -4360,7 +4360,7 @@ on_error: ...@@ -4360,7 +4360,7 @@ on_error:
* - the container root {g,u}id as seen from the host > user's host {g,u}id * - the container root {g,u}id as seen from the host > user's host {g,u}id
* - the container root -> some sub{g,u}id * - the container root -> some sub{g,u}id
* The former we add, if the user did not specifiy a mapping. The latter we * The former we add, if the user did not specifiy a mapping. The latter we
* retrieve from the ontainer's configured {g,u}id mappings as it must have been * retrieve from the container's configured {g,u}id mappings as it must have been
* there to start the container in the first place. * there to start the container in the first place.
*/ */
int userns_exec_1(struct lxc_conf *conf, int (*fn)(void *), void *data, int userns_exec_1(struct lxc_conf *conf, int (*fn)(void *), void *data,
......
...@@ -417,7 +417,7 @@ int main(int argc, char *argv[]) ...@@ -417,7 +417,7 @@ int main(int argc, char *argv[])
} }
} }
/* We have a candidate continer to process */ /* We have a candidate container to process */
c->want_daemonize(c, 1); c->want_daemonize(c, 1);
if (my_args.shutdown) { if (my_args.shutdown) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment