Lintian spotted those two typos.

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 configure.ac  | 2 +-
 src/lxc/log.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 931e0d6..1916361 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ AC_ARG_ENABLE([tests],
 AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"])
 
 # LXC container path, where the containers are actually stored
-# This is overriden by an entry in the file called LXCCONF
+# This is overridden by an entry in the file called LXCCONF
 # (i.e. /etc/lxc/lxc.conf)
 AC_ARG_WITH([config-path],
        [AC_HELP_STRING(
diff --git a/src/lxc/log.c b/src/lxc/log.c
index ff512e3..68a181c 100644
--- a/src/lxc/log.c
+++ b/src/lxc/log.c
@@ -306,7 +306,7 @@ char *log_fname;  // default to NULL, set in 
lxc_log_set_file.
 int do_lxc_log_set_file(const char *fname, int from_default)
 {
        if (lxc_log_specified) {
-               INFO("lxc.logfile overriden by command line");
+               INFO("lxc.logfile overridden by command line");
                return 0;
        }
        if (lxc_log_fd != -1) {
-- 
1.8.1.2


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to