From 43c98580fcf67a9351b314a5d0a5492288226e0c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 10 Nov 2008 13:07:38 +0000 Subject: [PATCH] s/overriden/overridden/; from Tobias Stoeckmann --- pathnames.h.in | 2 +- sudo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pathnames.h.in b/pathnames.h.in index fa9ac48d4..f10571756 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -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 7e3ab6508..d8565480f 100644 --- 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; -- 2.40.0