From: Karen Etheridge Date: Tue, 10 Sep 2013 00:32:44 +0000 (-0700) Subject: spelling fixes - RT#87691 X-Git-Tag: v1.003022~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=0e0d2539048eade7dfa30fff6f1ad5b7e90bbf70 spelling fixes - RT#87691 --- diff --git a/Changes b/Changes index 802b81e..5746377 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for {{ $dist->name }} - workaround added for plugins consuming plugins that use optional features - install problems fixed when some optional prereqs are not installed, by properly detecting the lack of features during testing (RT#88542) + - spelling fixes (RT#87691, David Steinbrunner) 1.003021 2013-09-09 02:10:45Z (Karen Etheridge) - removed use of deprecated functions from Class::MOP diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 1836186..9b16f54 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -245,7 +245,7 @@ filename like so: system$ re.pl --rcfile myproject.pc -If the filename happens to contain a forwardslash, then it's used absolutely, +If the filename happens to contain a forward slash, then it's used absolutely, or realive to the current working directory: system$ re.pl --rcfile /path/to/my/project/repl.rc @@ -319,7 +319,7 @@ L =head2 Plugins -Plugins are a way to add funcionality to the REPL shell, and take advantage of +Plugins are a way to add functionality to the REPL shell, and take advantage of C being based on the L object system for Perl 5. This means it's simple to 'hook into' many steps of the R-E-P-L process. Plugins can change the way commands are interpreted, or the way their results are diff --git a/lib/Devel/REPL/Overview.pod b/lib/Devel/REPL/Overview.pod index 2ded3f9..3d7b81d 100644 --- a/lib/Devel/REPL/Overview.pod +++ b/lib/Devel/REPL/Overview.pod @@ -31,7 +31,7 @@ You can even call a console in your script and play around in script's context =back -For Ruby it would be irb, for Python is... python byitself and for perl... +For Ruby it would be irb, for Python is... python by itself and for perl... and there was nothing for perl (except that ugly perl -d -e "" and several failed projects) until Devel::REPL was written by Matt S Trout (a.k.a. mst) from ShadowCatSystems L. @@ -165,7 +165,7 @@ and you don't want to type path, you can: =head2 I want it to bark, fly, jump and swim! or Plugins -Plugins extend functionality and change behavor of Devel::REPL. +Plugins extend functionality and change behavior of Devel::REPL. Bundled plugins are: =over 2 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index a09f8d9..8478d1b 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -66,7 +66,7 @@ around complete => sub { my @found; # most VCSes don't litter every single fucking directory with garbage. if you - # know of any other, just stick them in here. noone wants to complete + # know of any other, just stick them in here. No one wants to complete # Devel::REPL::Plugin::.svn my %ignored = (