Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 7486d0d9ca5eb2088375617700fdb60d > files > 1

perl-Text-SpellChecker-0.08-1.fc13.src.rpm

--- Text-SpellChecker-0.07/lib/Text/SpellChecker.pm	2010-09-16 18:28:09.000000000 +0100
+++ Text-SpellChecker-0.07/lib/Text/SpellChecker.pm	2010-09-17 15:43:46.775161240 +0100
@@ -138,7 +138,7 @@
 
 =item $Text::SpellCheckerDictionaryPath{Hunspell}
 
-Set this to the hunspell dictionary path.  By default /usr/share/hunspell.
+Set this to the hunspell dictionary path.  By default /usr/share/myspell.
 
 This directory should have $lang.dic and $lang.aff files.
  
@@ -182,7 +182,7 @@
     );
 }
 our %DictionaryPath = (
-    Hunspell => q[/usr/share/hunspell]
+    Hunspell => q[/usr/share/myspell]
 );
 
 #