]> granicus.if.org Git - sudo/commitdiff
Fix typos; Martynas Venckus
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 27 Nov 2007 17:13:03 +0000 (17:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 27 Nov 2007 17:13:03 +0000 (17:13 +0000)
acsite.m4
configure
interfaces.c
memrchr.c

index bcd97bf4fe814e4605781ab1094b41463caca47b..15f37c170beb158fe5aed489635fc1dee91cff5e 100644 (file)
--- 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
index 87bf85e4aec42ef9d058efbae6507e0918cea927..79f93bed33fdc8a462388521ad0e71792bd9c92c 100755 (executable)
--- 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
index 537131803528f0f3b51f3d53f24b35a963942471..49a5a3b753b7f8a1b8cbee5a89857afb5db9f3a2 100644 (file)
@@ -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)
index 1da09ffb363647d437182a33e946c6d50c28dda3..11cc34eae50674813ea199746bd4e696cb00f792 100644 (file)
--- 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)