From 1dcf8e5d45f3ce63d58d5f89adce2b80959623d0 Mon Sep 17 00:00:00 2001 From: Guido Serassio Date: Tue, 8 Jul 2008 11:53:33 +0200 Subject: [PATCH] Fix typo --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index fe2ef37325..a250a9165b 100755 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -54,7 +54,7 @@ noinst_LIBRARIES = \ $(LIBSSPWIN32) \ @LIBREGEX@ # -# dirent.c, ecnrypt.c and getopt.c are needed for native Windows support. +# dirent.c, encrypt.c and getopt.c are needed for native Windows support. # EXTRA_libmiscutil_a_SOURCES = \ dirent.c \ -- 2.47.3