summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/rcc-example.xml4
-rw-r--r--ui/rccnames.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/rcc-example.xml b/examples/rcc-example.xml
index 8dc068c..68f3351 100644
--- a/examples/rcc-example.xml
+++ b/examples/rcc-example.xml
@@ -50,7 +50,7 @@
<FullName>Recodings Cache</FullName>
<FullName locale="ru">Кэширование</FullName>
<Value name="OFF">
- <FullName>Dissable</FullName>
+ <FullName>Disable</FullName>
<FullName locale="ru">Выключено</FullName>
</Value>
<Value name="ON">
@@ -159,4 +159,4 @@
</Frames>
</Page>
</Pages>
-</LibRCC> \ No newline at end of file
+</LibRCC>
diff --git a/ui/rccnames.c b/ui/rccnames.c
index dd26975..7012351 100644
--- a/ui/rccnames.c
+++ b/ui/rccnames.c
@@ -29,7 +29,7 @@ rcc_name rcc_default_language_names[RCC_MAX_LANGUAGES+1];
rcc_name rcc_default_language_names_embeded[RCC_MAX_LANGUAGES+1] = {
{"default", "Autodetect"},
-{"off", "Dissable"},
+{"off", "Disable"},
{"en", "English" },
{"ru","Russian"},
{"uk","Ukrainian"},