From 056da80e54fab499fe8550a18a01510899eec03e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:52:44 +0000 Subject: [PATCH] spelling: configuration Signed-off-by: Josh Soref --- src/lxc/lxccontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index cb0cf8d2d..45fe7edc2 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -299,7 +299,7 @@ struct lxc_container { bool (*destroy)(struct lxc_container *c); /*! - * \brief Save configuaration to a file. + * \brief Save configuration to a file. * * \param c Container. * \param alt_file Full path to file to save configuration in.