summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/main.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-03-29 19:56:20 +0000
committerjkh <jkh@FreeBSD.org>2001-03-29 19:56:20 +0000
commit2b2199f3e18d408a28505a0d58558c3984215002 (patch)
tree055d747052a377bbeccce9cbef8ce9ee0a217c30 /usr.sbin/sade/main.c
parent23631470191ca5de7856ddf5ab87233c011afbed (diff)
downloadFreeBSD-src-2b2199f3e18d408a28505a0d58558c3984215002.zip
FreeBSD-src-2b2199f3e18d408a28505a0d58558c3984215002.tar.gz
Correct message to say "shutting down" rather than just "shutting"
Noticed by: Joachim Strömbergson <watchman@ludd.luth.se>
Diffstat (limited to 'usr.sbin/sade/main.c')
-rw-r--r--usr.sbin/sade/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index 19196b3..70fb106 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/main.c
@@ -136,9 +136,9 @@ main(int argc, char **argv)
status = setjmp(BailOut);
if (status) {
msgConfirm("A signal %d was caught - I'm saving what I can and shutting\n"
- "If you can reproduce the problem, please turn Debug on in\n"
- "the Options menu for the extra information it provides in\n"
- "debugging problems like this.", status);
+ "down. If you can reproduce the problem, please turn Debug on\n"
+ "in the Options menu for the extra information it provides\n"
+ "in debugging problems like this.", status);
systemShutdown(status);
}
OpenPOWER on IntegriCloud