From c792e5b04c951da32a7dfa4b6a335867515b0df3 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 17 Jun 2004 10:49:51 +0000 Subject: [PATCH] Fix typos. svn path=/trunk/; revision=9696 --- reactos/subsys/system/usetup/usetup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/usetup/usetup.c b/reactos/subsys/system/usetup/usetup.c index 65970f159d1..7536ae6fa8a 100644 --- a/reactos/subsys/system/usetup/usetup.c +++ b/reactos/subsys/system/usetup/usetup.c @@ -942,7 +942,7 @@ DeviceSettingsPage(PINPUT_RECORD Ir) SetTextXY(25, 14, GetGenericListEntry(LayoutList)->Text); SetTextXY(25, 15, GetGenericListEntry(PointerList)->Text); - SetTextXY(25, 17, "Accept these device setings"); + SetTextXY(25, 17, "Accept these device settings"); InvertTextXY (24, Line, 48, 1); @@ -950,7 +950,7 @@ DeviceSettingsPage(PINPUT_RECORD Ir) SetTextXY(6, 21, "to select an entry. Then press the ENTER key to select alternative"); SetTextXY(6, 22, "settings."); - SetTextXY(6, 24, "When all settings are correct, select \"Accept these device setings\""); + SetTextXY(6, 24, "When all settings are correct, select \"Accept these device settings\""); SetTextXY(6, 25, "and press ENTER."); SetStatusText(" ENTER = Continue F3 = Quit");