Commit c050cfe3 by Josh Soref

spelling: command

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 18406e5a
...@@ -48,7 +48,7 @@ struct lxc_handler; ...@@ -48,7 +48,7 @@ struct lxc_handler;
/* /*
* Start the specified command inside a system container * Start the specified command inside a system container
* @name : the name of the 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 * @conf : configuration
* @daemonize : whether or not the container is daemonized * @daemonize : whether or not the container is daemonized
* Returns 0 on success, < 0 otherwise * Returns 0 on success, < 0 otherwise
...@@ -60,7 +60,7 @@ extern int lxc_start(const char *name, char *const argv[], ...@@ -60,7 +60,7 @@ extern int lxc_start(const char *name, char *const argv[],
/* /*
* Start the specified command inside an application container * Start the specified command inside an application container
* @name : the name of the 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 * @quiet : if != 0 then lxc-init won't produce any output
* @conf : configuration * @conf : configuration
* @daemonize : whether or not the container is daemonized * @daemonize : whether or not the container is daemonized
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment