[sudo-workers] overriden -> overridden

Tobias Stoeckmann tobias at bugol.de
Sun Nov 9 07:56:22 EST 2008


Hi,

this just a quick typo fix.


Tobias Stoeckmann

Index: pathnames.h.in
===================================================================
RCS file: /cvs/sudo/pathnames.h.in,v
retrieving revision 1.62
diff -u -p -r1.62 pathnames.h.in
--- pathnames.h.in	2 Mar 2008 14:31:56 -0000	1.62
+++ pathnames.h.in	9 Nov 2008 12:52:58 -0000
@@ -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"
Index: sudo.c
===================================================================
RCS file: /cvs/sudo/sudo.c,v
retrieving revision 1.495
diff -u -p -r1.495 sudo.c
--- sudo.c	7 Nov 2008 02:06:48 -0000	1.495
+++ sudo.c	9 Nov 2008 12:52:58 -0000
@@ -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;
 



More information about the sudo-workers mailing list