[Bps-public-commit] Test-Spelling branch, master, updated. 9a30b0c853a5032176b9d4df7a7d8d3f5beb9452

Shawn Moore sartak at bestpractical.com
Mon Apr 25 15:04:53 EDT 2011


The branch, master has been updated
       via  9a30b0c853a5032176b9d4df7a7d8d3f5beb9452 (commit)
      from  44f99a61d52c34e49d07d757df893fae0ec89605 (commit)

Summary of changes:
 lib/Test/Spelling.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 9a30b0c853a5032176b9d4df7a7d8d3f5beb9452
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Apr 25 15:04:47 2011 -0400

    hunspell needs -l just like ispell

diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 9849997..28bcd18 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -33,7 +33,7 @@ sub spellchecker_candidates {
         'spell', # for back-compat, this is the top candidate ...
         'aspell list -l en', # ... but this should become first soon
         'ispell -l',
-        'hunspell',
+        'hunspell -l',
     );
 }
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list