summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2022-08-14 01:18:43 +0400
committerGitHub <noreply@github.com>2022-08-14 01:18:43 +0400
commit28ef89da083d5c6462d932db4f7fa5377cb115cb (patch)
tree94b3609f403e9f907df8abe70f728334e167afcf
parentdd6c2a2191d193b2b607e4b3ab0b9c2520a8212a (diff)
parent4ad740042a100aa6561fc93445c77c617bde16ea (diff)
downloadlibrcc-28ef89da083d5c6462d932db4f7fa5377cb115cb.tar.gz
librcc-28ef89da083d5c6462d932db4f7fa5377cb115cb.tar.bz2
librcc-28ef89da083d5c6462d932db4f7fa5377cb115cb.tar.xz
librcc-28ef89da083d5c6462d932db4f7fa5377cb115cb.zip
Merge pull request #4 from hughmcmaster/debian-spelling
Minor spelling fixes
-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"},