From 6f3fd27ffefb85e74bd8bd459996dba83b466b45 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:53:11 +0000 Subject: [PATCH] spelling: container Signed-off-by: Josh Soref --- src/lxc/conf.c | 2 +- src/lxc/tools/lxc_autostart.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 00767bb9f..1905fd156 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -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 -> 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, diff --git a/src/lxc/tools/lxc_autostart.c b/src/lxc/tools/lxc_autostart.c index 1209897ec..d6f3cb126 100644 --- a/src/lxc/tools/lxc_autostart.c +++ b/src/lxc/tools/lxc_autostart.c @@ -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) {