From 0f2014b8bbd1a82163f0ab16fabc8e8d3b79f1d0 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sat, 25 Sep 2004 15:46:52 +0000 Subject: [PATCH] Fixed spelling error. svn path=/trunk/; revision=11048 --- reactos/subsys/system/usetup/usetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/usetup/usetup.c b/reactos/subsys/system/usetup/usetup.c index 8aa42c9dc3b..cbfc2213a30 100644 --- a/reactos/subsys/system/usetup/usetup.c +++ b/reactos/subsys/system/usetup/usetup.c @@ -774,7 +774,7 @@ LicensePage(PINPUT_RECORD Ir) SetTextXY(8, 19, "save applicable local and international law. The licensing of"); SetTextXY(8, 20, "ReactOS only covers distribution to third parties."); - SetTextXY(8, 22, "If for some resion you did not receive a copy of the"); + SetTextXY(8, 22, "If for some reason you did not receive a copy of the"); SetTextXY(8, 23, "GNU General Public License with ReactOS please visit"); SetHighlightedTextXY(8, 25, "http://www.gnu.org/licenses/licenses.html");