From df97da27fdfcbff158089b567ba85de9b2c7e3a9 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 19 Jul 2004 18:06:12 +0000 Subject: You always spot the typos after you have committed.. Start sentence with a Cap. --- sys/kern/kern_shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index f55a341..05f6804 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -237,7 +237,7 @@ doadump(void) * Give them a clue as to why they can't dump. */ if (dumper.dumper == NULL) { - printf("cannot dump. No dump device defined.\n"); + printf("Cannot dump. No dump device defined.\n"); return; } -- cgit v1.1