Skip to content

Commit

Permalink
spelling: command
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref committed Oct 30, 2018
1 parent 18406e5 commit c050cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxc/lxc.h
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c050cfe

Please sign in to comment.