diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-20 06:22:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-20 06:22:02 +0000 |
commit | 9befab3af811f167fab3df228607dad91257cf20 (patch) | |
tree | 94084d2f9f2b77b34fb5412be81c09cf5fd32a75 /m4 | |
parent | 39d971818e17babbb9387d5c1463c19620f71144 (diff) | |
download | coreutils-9befab3af811f167fab3df228607dad91257cf20.tar.xz |
fix typo in comment
Diffstat (limited to 'm4')
-rw-r--r-- | m4/prereq.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4 index 6b26058b0..37960793c 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -207,7 +207,7 @@ AC_DEFUN([jm_PREREQ_STRNLEN], AC_CHECK_HEADERS(memory.h) AC_CHECK_DECLS([memchr]) - # This is necessary because automake-1.6.1 doens't understand + # This is necessary because automake-1.6.1 doesn't understand # that the above use of AC_FUNC_STRNLEN means we may have to use # lib/strnlen.c. test $ac_cv_func_strnlen_working = yes \ |