Subject: | typo fixes |
git diff attached
Subject: | App-FatPacker.diff |
diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm
index 16b8cdd..e740ca5 100644
--- a/lib/App/FatPacker.pm
+++ b/lib/App/FatPacker.pm
@@ -330,7 +330,7 @@ L<article for Perl Advent 2012|http://www.perladvent.org/2012/2012-12-14.html>
=head1 SUPPORT
-Your current best avenue is to come annoy annoy mst on #toolchain on
+Your current best avenue is to come annoy mst on #toolchain on
irc.perl.org. There should be a non-IRC means of support by 1.0.
=head1 AUTHOR
diff --git a/lib/App/FatPacker/Trace.pm b/lib/App/FatPacker/Trace.pm
index 470b4b0..d58800e 100644
--- a/lib/App/FatPacker/Trace.pm
+++ b/lib/App/FatPacker/Trace.pm
@@ -79,7 +79,7 @@ from the command line as such:
perl -MApp::FatPacker::Trace [...]
-You can control the paramters to the import using an equal sign, as such:
+You can control the parameters to the import using an equal sign, as such:
# send the parameter "hello"
perl -MApp::FatPacker::Trace=hello [...]