spelling fixes - RT#87691
Karen Etheridge [Tue, 10 Sep 2013 00:32:44 +0000 (17:32 -0700)]
Changes
lib/Devel/REPL.pm
lib/Devel/REPL/Overview.pod
lib/Devel/REPL/Plugin/CompletionDriver/INC.pm

diff --git a/Changes b/Changes
index 802b81e..5746377 100644 (file)
--- 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
index 1836186..9b16f54 100644 (file)
@@ -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<Devel::REPL::Plugin::ReadlineHistory>
 
 =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<Devel::REPL> being based on the L<Moose> 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
index 2ded3f9..3d7b81d 100644 (file)
@@ -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<http://www.shadowcatsystems.co.uk>.
@@ -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
index a09f8d9..8478d1b 100644 (file)
@@ -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 =
   (