]> 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)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 22 Nov 2018 07:34:15 +0000 (08:34 +0100)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/conf.h

index f7cbf264401d5348ce959f66460eecd32f745249..41f67cffa651993c2fc04635fe67eeb0a0e831ea 100644 (file)
@@ -301,8 +301,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;