From 87f99111141f0c82f7b0e4ce6ee270b8c87e3e8e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 8 Sep 2003 05:09:13 +0000 Subject: [PATCH] fix typo --- winsup/utils/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index d5eaeb6c0..699dd2714 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -5,7 +5,7 @@ 2003-09-07 Christopher Faylor * Makefile.in: Detect existence of mingw zlib headers and libraries. - Build cygcheck wihtout package checking if they are unavailable. + Build cygcheck without package checking if they are unavailable. * dump_setup.cc: Generate dummy zlib macros when zlib is not available. (open_package_list): Use zlib functions to uncompress package lists. Return gzFile rather than FILE *.