]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
spelling: container
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:53:11 +0000 (06:53 +0000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 22 Nov 2018 07:31:49 +0000 (08:31 +0100)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/conf.c
src/lxc/tools/lxc_autostart.c

index 26da15873cbcc4be8ba6a1f56bce079091317eb1..ec02c73499407c6aed2f24a1acae9530b0a1b36d 100644 (file)
@@ -4290,7 +4290,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,
index 1209897ec81ba99b882c43efc1f0a2864867e20e..d6f3cb126ed982995d76fe811be3a275c078116f 100644 (file)
@@ -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) {