]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
spelling: specified
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:09:37 +0000 (08:09 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:09:37 +0000 (08:09 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/conf.h

index 72441538e89ccea23f942d218e94badf6c05897c..f40807e9a31612f255501a71eff0d6773212e92d 100644 (file)
@@ -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;