diff options
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 2634de297..02b77a946 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2009-03-09 Corinna Vinschen <corinna@vinschen.de> + + * utils.sgml: Fix typo. + 2009-03-08 Christopher Faylor <me+cygwin@cgf.cx> * cygcheck.cc (usage): Fix typo. diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 1d76451fd..f2db2ee44 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -35,7 +35,7 @@ At least one command option or a PROGRAM is required, as shown above. -f, --find-package find the package that FILE belongs to -l, --list-package list contents of PACKAGE (or all packages if none given) -p, --package-query search for REGEXP in the entire cygwin.com package - repository (requies internet connectivity) + repository (requires internet connectivity) -v, --verbose produce more verbose output -h, --help annotate output with explanatory comments when given with another command, otherwise print this help |