From 9befab3af811f167fab3df228607dad91257cf20 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Jul 2002 06:22:02 +0000 Subject: [PATCH] fix typo in comment --- m4/prereq.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/prereq.m4 b/m4/prereq.m4 index 6b26058b0a..37960793ca 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 \ -- 2.47.3