]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blobdiff - speller/munch-list
New upstream version 2017.01.22
[deb_pkgs/scowl.git] / speller / munch-list
index 65c17e0cdfac1fc02d2d6bdd4a6117cc236fac5c..b50ab658d29229a41905fa7c78e0fe40bd2060af 100755 (executable)
@@ -33,7 +33,7 @@ my $affix_file;
 
 {
     local $/ = undef;
-    open F, $affix_fn or die "Unable to open: $affix_file\n";
+    open F, $affix_fn or die "Unable to open: $affix_fn\n";
     $affix_file = <F>;
 }
 
@@ -42,7 +42,7 @@ my $affix_file;
 # (such as the ICONV entry) should not be a problem as Aspell ignores
 # it.  The words them self are already in iso8859-1.
  
-$affix_file =~ s/^SET UTF8$/SET ISO8859-1/m;
+$affix_file =~ s/^SET UTF-8$/SET ISO8859-1/m;
 
 my $datadir = File::Temp->newdir();