From b1c8cc0d50df44220d33d3423cabec89ebacefbd Mon Sep 17 00:00:00 2001 From: polluks Date: Wed, 11 Jan 2012 10:56:36 +0000 Subject: [PATCH] typos git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43590 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/prefs/input/prefs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workbench/prefs/input/prefs.c b/workbench/prefs/input/prefs.c index 460fce7b59..e49e3e8ab1 100644 --- a/workbench/prefs/input/prefs.c +++ b/workbench/prefs/input/prefs.c @@ -68,7 +68,7 @@ static const struct nameexp layout_expansion_table[] = {"fin" , "Finnish" , "Suomi" }, {"f" , "Français" , "France" }, {"hr" , "Hrvatski" , "Hrvatska" }, - {"is" , "Íslenska" , "Island" }, + {"is" , "Íslenska" , "Ísland" }, {"i" , "Italiana" , "Italia" }, {"la" , "Latin American" , NULL }, {"lv" , "Latvian" , NULL }, @@ -80,7 +80,7 @@ static const struct nameexp layout_expansion_table[] = {"rus" , "Russian" , "Rossija" }, {"ch2" , "Suisse" , "Suisse" }, {"sl" , "Slovak" , "Slovakia" }, - {"ch1" , "Schweiz" , "Suisse" }, + {"ch1" , "Schweizer" , "Schweiz" }, {"s" , "Svenskt" , "Sverige" }, {"ua" , "Ukranian" , "Ukrajina" }, {NULL , NULL , NULL } @@ -423,7 +423,7 @@ BOOL Prefs_ExportFH(BPTR fh) D(Printf("SavePrefs: PushChunk(PRHD) okay.\n")); - head.ph_Version = 0; // FIXME: shouold be PHV_CURRENT, but see + head.ph_Version = 0; // FIXME: should be PHV_CURRENT, but see head.ph_Type = 0; head.ph_Flags[0] = head.ph_Flags[1] = -- 2.11.4.GIT