Skip to content

Commit

Permalink
spelling: container
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref authored and Christian Brauner committed Nov 22, 2018
1 parent 2871be1 commit 21284cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lxc/conf.c
Expand Up @@ -4290,7 +4290,7 @@ struct lxc_list *get_minimal_idmap(struct lxc_conf *conf)
* - 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 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.
*/
int userns_exec_1(struct lxc_conf *conf, int (*fn)(void *), void *data,
Expand Down
2 changes: 1 addition & 1 deletion src/lxc/tools/lxc_autostart.c
Expand Up @@ -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);

if (my_args.shutdown) {
Expand Down

0 comments on commit 21284cc

Please sign in to comment.