Fix typos in shutdown messages.

svn path=/trunk/; revision=13376
This commit is contained in:
Eric Kohl 2005-02-01 16:15:24 +00:00
parent 736ae5e36b
commit 7a91135976

View file

@ -154,8 +154,8 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
"tell me..., in the future... will I be artificial intelligent enough to actually feel\n"
"sad serving you this screen?\n",
"Thank you for some well deserved rest.\n",
"Its been great, maybe we can boot me up again some time soon.\n",
"For whats it worth, Ive enjoyed every single CPU cycle.\n",
"It's been great, maybe we can boot me up again some time soon.\n",
"For what's it worth, I've enjoyed every single CPU cycle.\n",
"There are many questions when the end is near.\n"
"What to expect, what will it be like...what should I look for?\n",
"I've seen things you people wouldn't believe. Attack ships on fire\n"
@ -212,6 +212,4 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
return STATUS_SUCCESS;
}
/* EOF */