we agreed on neither enforcing en_US nor en_GB
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
index 1b6c57f..ea72024 100644 (file)
@@ -14,7 +14,7 @@ add_stopwords(qw(
     filename tempname request's
     wiki bitmask uri url urls dir hostname http https IP SSL
 ));
-set_spell_cmd('aspell list -l en_GB');
+set_spell_cmd('aspell list -l en');
 all_pod_files_spelling_ok();
 
 done_testing();