[Bps-public-commit] Test-Spelling branch, master, updated. 45f7e77d4c4072b7ffdc7e591196317a4916b312
Shawn Moore
sartak at bestpractical.com
Mon Apr 25 12:44:40 EDT 2011
The branch, master has been updated
via 45f7e77d4c4072b7ffdc7e591196317a4916b312 (commit)
from 9897ed8c91201601c7df6d9c0e8e41f8f6a64505 (commit)
Summary of changes:
Changes | 2 ++
lib/Test/Spelling.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 45f7e77d4c4072b7ffdc7e591196317a4916b312
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Apr 25 12:41:20 2011 -0400
Correct the aspell suggestion [rt.cpan.org #28967]
diff --git a/Changes b/Changes
index 79116f9..246004e 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ Revision history for Test-Spelling
- Best Practical has taken over maintainership of this module
- Clean up temporary files more aggressively [rt.cpan.org #41586]
(reported by Tokuhiro Matsuno)
+ - Correct aspell suggestion from -l to list [rt.cpan.org #28967]
+ (reported by David Hand)
0.11 2005-11-15
- Some documentation fixes.
diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm
index 1556c77..8046806 100644
--- a/lib/Test/Spelling.pm
+++ b/lib/Test/Spelling.pm
@@ -273,7 +273,7 @@ in verbatim blocks and code labeled with CE<lt>>.
If the F<spell> program has a different name or is not in your path, you can
specify an alternative with C<set_spell_cmd>. Any command that takes text
from standard input and prints a list of misspelled words, one per line, to
-standard output will do. For example, you can use C<aspell -l>.
+standard output will do. For example, you can use C<aspell list>.
=head1 SEE ALSO
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list