typo fixes
David Steinbrunner [Wed, 27 Nov 2013 21:35:55 +0000 (16:35 -0500)]
lib/App/FatPacker.pm
lib/App/FatPacker/Trace.pm

index 84f270b..1aaba1c 100644 (file)
@@ -343,7 +343,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
index 470b4b0..d58800e 100644 (file)
@@ -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 [...]