summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2003-10-11 18:49:44 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2003-10-11 18:49:44 +0000
commita3fcbc225cca43f8b2599f794096a101ee19731e (patch)
tree3db3da1e458b62d14e02104564c663630c838b6f
parent751db129f1fc24b8bad3510e9d55fb8ff3a6fa7a (diff)
downloadenchant-a3fcbc225cca43f8b2599f794096a101ee19731e.tar.gz
fix nn_NO language ispell dictionary
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20867 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/ispell/ispell_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index 166e013..e27117d 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -127,8 +127,8 @@ static const IspellMap ispell_map [] = {
{"nl_BE" ,"nederlands.hash" ,"iso-8859-1" },
{"nb" ,"norsk.hash" ,"iso-8859-1" },
{"nb_NO" ,"norsk.hash" ,"iso-8859-1" },
- {"nn" ,"nyorsk.hash" ,"iso-8859-1" },
- {"nn_NO" ,"nyorsk.hash" ,"iso-8859-1" },
+ {"nn" ,"nynorsk.hash" ,"iso-8859-1" },
+ {"nn_NO" ,"nynorsk.hash" ,"iso-8859-1" },
{"pl" ,"polish.hash" ,"iso-8859-2" },
{"pl_PL" ,"polish.hash" ,"iso-8859-2" },
{"pt" ,"brazilian.hash" ,"iso-8859-1" },