summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-04 17:37:59 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-04 17:37:59 +0000
commit49806b9b06b9a9c3702e3e8c0e2cdd643e110118 (patch)
tree64bceb6108f0f0e72bf2b3aa5893ef829939cca6
parent6694f3054e2280f67c17e20e968fffd394e4000b (diff)
downloadcygnal-49806b9b06b9a9c3702e3e8c0e2cdd643e110118.tar.gz
cygnal-49806b9b06b9a9c3702e3e8c0e2cdd643e110118.tar.bz2
cygnal-49806b9b06b9a9c3702e3e8c0e2cdd643e110118.zip
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9ecc8f60f..352df7b9d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -400,7 +400,7 @@
2003-05-27 Bill C. Riemers <cygwin@docbill.net>
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Filter
- permissions throug umask on FAT or if ntsec is off.
+ permissions through umask on FAT or if ntsec is off.
2003-05-26 Pierre Humblet <pierre.humblet@ieee.org>