From: Josh Soref Date: Tue, 30 Oct 2018 06:52:09 +0000 (+0000) Subject: spelling: command X-Git-Tag: lxc-4.0.0~372^2~48 X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=commitdiff_plain;h=c050cfe3e656af16b94ea75443f590a6a6e4d6c6 spelling: command Signed-off-by: Josh Soref --- diff --git a/src/lxc/lxc.h b/src/lxc/lxc.h index 97bf7a5e5..725ec189b 100644 --- a/src/lxc/lxc.h +++ b/src/lxc/lxc.h @@ -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