From: Todd C. Miller Date: Tue, 27 Nov 2007 17:13:03 +0000 (+0000) Subject: Fix typos; Martynas Venckus X-Git-Tag: SUDO_1_7_0~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a85dd4b861e579509dfd303a7e1b7848440d3c8d;p=sudo Fix typos; Martynas Venckus --- diff --git a/acsite.m4 b/acsite.m4 index bcd97bf4f..15f37c170 100644 --- a/acsite.m4 +++ b/acsite.m4 @@ -1142,7 +1142,7 @@ if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then - # We can hardcode non-existant directories. + # We can hardcode non-existent directories. if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library diff --git a/configure b/configure index 87bf85e4a..79f93bed3 100755 --- a/configure +++ b/configure @@ -9745,7 +9745,7 @@ if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var" || \ test "X$hardcode_automatic" = "Xyes" ; then - # We can hardcode non-existant directories. + # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library diff --git a/interfaces.c b/interfaces.c index 537131803..49a5a3b75 100644 --- a/interfaces.c +++ b/interfaces.c @@ -19,7 +19,7 @@ */ /* - * Supress a warning w/ gcc on Digital UN*X. + * Suppress a warning w/ gcc on Digital UN*X. * The system headers should really do this.... */ #if defined(__osf__) && !defined(__cplusplus) diff --git a/memrchr.c b/memrchr.c index 1da09ffb3..11cc34eae 100644 --- a/memrchr.c +++ b/memrchr.c @@ -27,7 +27,7 @@ __unused static const char rcsid[] = "$Sudo$"; /* * Reverse memchr() - * Find the last occurence of 'c' in the buffer 's' of size 'n'. + * Find the last occurrence of 'c' in the buffer 's' of size 'n'. */ void * memrchr(s, c, n)