Unverified Commit eae828d8 by Josh Soref Committed by Christian Brauner

spelling: specified

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 103fce25
...@@ -301,8 +301,8 @@ struct lxc_conf { ...@@ -301,8 +301,8 @@ struct lxc_conf {
* However we don't want the command line specified values to be saved * However we don't want the command line specified values to be saved
* on c->save_config(). So we store the config file specified values * on c->save_config(). So we store the config file specified values
* here. */ * here. */
char *logfile; /* the logfile as specifed in config */ char *logfile; /* the logfile as specified in config */
int loglevel; /* loglevel as specifed in config (if any) */ int loglevel; /* loglevel as specified in config (if any) */
int logfd; int logfd;
unsigned int start_auto; unsigned int start_auto;
......
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