]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: command
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:52:09 +0000 (06:52 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:52:09 +0000 (06:52 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/lxc.h

index 97bf7a5e5a0a92c134b28aaaeb40ee288600e7bc..725ec189b9a517091df59c92b3bf93497a2850b5 100644 (file)
@@ -48,7 +48,7 @@ struct lxc_handler;
 /*
  * Start the specified command inside a system container
  * @name         : the name of the container
- * @argv         : an array of char * corresponding to the commande line
+ * @argv         : an array of char * corresponding to the command line
  * @conf         : configuration
  * @daemonize    : whether or not the container is daemonized
  * Returns 0 on success, < 0 otherwise
@@ -60,7 +60,7 @@ extern int lxc_start(const char *name, char *const argv[],
 /*
  * Start the specified command inside an application container
  * @name         : the name of the container
- * @argv         : an array of char * corresponding to the commande line
+ * @argv         : an array of char * corresponding to the command line
  * @quiet        : if != 0 then lxc-init won't produce any output
  * @conf         : configuration
  * @daemonize    : whether or not the container is daemonized