Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-08 09:09:13 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-08 09:09:13 +0400
commit87f99111141f0c82f7b0e4ce6ee270b8c87e3e8e (patch)
treeeb4fac980b0786d36dde35549ff1f35107a7dff2 /winsup/utils
parent7b0669346437f58f151d5ac6cec85640059e280f (diff)
fix typo
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <cgf@redhat.com>
* 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 *.