diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-09 09:20:38 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-09 09:20:38 +0000 |
commit | 313fb10ba2a3e7580a738bbe56587064152a9a6f (patch) | |
tree | eb3a9a96e15451f65f0fe822138f8427abf5584a | |
parent | 9caeaa61c0f58abfb1a6a27906cb8aafaa06a321 (diff) | |
download | cygnal-313fb10ba2a3e7580a738bbe56587064152a9a6f.tar.gz cygnal-313fb10ba2a3e7580a738bbe56587064152a9a6f.tar.bz2 cygnal-313fb10ba2a3e7580a738bbe56587064152a9a6f.zip |
* utils.sgml: Fix typo.
-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 |