]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix typos identified by lintian
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 18 Feb 2013 16:52:53 +0000 (11:52 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 19 Feb 2013 19:21:10 +0000 (14:21 -0500)
Lintian spotted those two typos.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/lxc/log.c

index 887c26dc92d84dc545534581ed8bd4024a6304cf..6e406bd5f7c0f5cbb5ba18732e139f1d5bf01843 100644 (file)
@@ -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(
index ff512e38ba4b95ad830827e783eb29e590dbafb8..68a181c3a043390f2b141d32c58102ba45239c90 100644 (file)
@@ -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) {