From 98020c31c6c1de54944bf3f0c7879c3c85bb8aa6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 08:09:37 +0000 Subject: [PATCH] spelling: specified Signed-off-by: Josh Soref --- src/lxc/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;