From: Josh Soref Date: Tue, 30 Oct 2018 07:18:45 +0000 (+0000) Subject: spelling: loglevel X-Git-Tag: lxc-3.1.0~26^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99495385ffb30bc89b8f74aef00a3f2e1b36e19;p=thirdparty%2Flxc.git spelling: loglevel Signed-off-by: Josh Soref --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index befadc8cd..0e2c726eb 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -306,7 +306,7 @@ struct lxc_conf { int stopsignal; /* signal used to hard stop container */ char *rcfile; /* Copy of the top level rcfile we read */ - /* Logfile and logleve can be set in a container config file. Those + /* Logfile and loglevel can be set in a container config file. Those * function as defaults. The defaults can be overriden by command line. * 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