From b99495385ffb30bc89b8f74aef00a3f2e1b36e19 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 07:18:45 +0000 Subject: [PATCH] spelling: loglevel Signed-off-by: Josh Soref --- src/lxc/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2