]> granicus.if.org Git - sudo/commitdiff
s/overriden/overridden/; from Tobias Stoeckmann
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 10 Nov 2008 13:07:38 +0000 (13:07 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 10 Nov 2008 13:07:38 +0000 (13:07 +0000)
pathnames.h.in
sudo.c

index fa9ac48d44305858d02362cb54bb55f68768228f..f10571756066aba58cad0e15b2bae83722ee312a 100644 (file)
@@ -50,7 +50,7 @@
 #endif /* _PATH_ENVIRONMENT */
 
 /*
- * NOTE: _PATH_SUDOERS is usually overriden by the Makefile.
+ * NOTE: _PATH_SUDOERS is usually overridden by the Makefile.
  */
 #ifndef _PATH_SUDOERS
 #define _PATH_SUDOERS          "/etc/sudoers"
diff --git a/sudo.c b/sudo.c
index 7e3ab6508a9dee4a4725b3028579f2ee9091a5dd..d8565480fa7030cf2da18f7ca6a20e655f6bac4c 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -409,7 +409,7 @@ main(argc, argv, envp)
        }
     }
 
-    /* User may have overriden environment resetting via the -E flag. */
+    /* User may have overridden environment resetting via the -E flag. */
     if (ISSET(sudo_mode, MODE_PRESERVE_ENV) && def_setenv)
        def_env_reset = FALSE;