From 7a91135976a10e664c496573c8e75c63d645e651 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 1 Feb 2005 16:15:24 +0000 Subject: [PATCH] Fix typos in shutdown messages. svn path=/trunk/; revision=13376 --- reactos/ntoskrnl/ex/power.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/reactos/ntoskrnl/ex/power.c b/reactos/ntoskrnl/ex/power.c index 6603c8a3c54..0f8ca653781 100644 --- a/reactos/ntoskrnl/ex/power.c +++ b/reactos/ntoskrnl/ex/power.c @@ -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", - "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", + "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 */ -