From: Josh Soref Date: Tue, 30 Oct 2018 08:09:37 +0000 (+0000) Subject: spelling: specified X-Git-Tag: lxc-3.1.0~26^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98020c31c6c1de54944bf3f0c7879c3c85bb8aa6;p=thirdparty%2Flxc.git spelling: specified Signed-off-by: Josh Soref --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 72441538e..f40807e9a 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -311,8 +311,8 @@ struct lxc_conf { * 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 * here. */ - char *logfile; /* the logfile as specifed in config */ - int loglevel; /* loglevel as specifed in config (if any) */ + char *logfile; /* the logfile as specified in config */ + int loglevel; /* loglevel as specified in config (if any) */ int logfd; unsigned int start_auto;