public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: fix typo
@ 2019-02-02 20:16 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-02-02 20:16 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=49ea15ef17fda59cc279a59141c9b78cd9b9a3c1

commit 49ea15ef17fda59cc279a59141c9b78cd9b9a3c1
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Feb 2 21:15:50 2019 +0100

    Cygwin: fix typo
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/utils.xml | 2 +-
 winsup/utils/kill.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index 0909d11..043ed73 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -693,7 +693,7 @@ kill -l [signal]
  -l, --list      print a list of signal names
  -s, --signal    send signal (use kill --list for a list)
  -W, --winpid    specified pids are windows PIDs, not Cygwin PIDs
-                 (use with extrem caution!)
+                 (use with extreme caution!)
  -h, --help      output usage information and exit
  -V, --version   output version information and exit
 </screen>
diff --git a/winsup/utils/kill.cc b/winsup/utils/kill.cc
index 7905c4e..768ac44 100644
--- a/winsup/utils/kill.cc
+++ b/winsup/utils/kill.cc
@@ -46,7 +46,7 @@ usage (FILE *where = stderr)
 	" -l, --list      print a list of signal names\n"
 	" -s, --signal    send signal (use %1$s --list for a list)\n"
 	" -W, --winpid    specified pids are windows PIDs, not Cygwin PIDs\n"
-	"                 (use with extrem caution!)\n"
+	"                 (use with extreme caution!)\n"
 	" -h, --help      output usage information and exit\n"
 	" -V, --version   output version information and exit\n"
 	"\n", prog_name);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-02 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02 20:16 [newlib-cygwin] Cygwin: fix typo Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).