From 83faff1c26db3609ac69d174181c91a47b4065b5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 07:37:31 +0000 Subject: [PATCH] spelling: overridden 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 054ccdea82..7566dc8e18 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -297,7 +297,7 @@ struct lxc_conf { char *rcfile; /* Copy of the top level rcfile we read */ /* Logfile and loglevel can be set in a container config file. Those - * function as defaults. The defaults can be overriden by command line. + * function as defaults. The defaults can be overridden 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 * here. */