Subject: | typo fixes |
See the attached diff
Subject: | Devel-REPL.diff |
diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm
index b102b76..ddcf237 100644
--- a/lib/Devel/REPL.pm
+++ b/lib/Devel/REPL.pm
@@ -247,8 +247,8 @@ filename like so:
system$ re.pl --rcfile myproject.pc
-If the filename happens to contain a forwardslash, then it's used absolutely,
-or realive to the current working directory:
+If the filename happens to contain a forward slash, then it's used absolutely,
+or relative to the current working directory:
system$ re.pl --rcfile /path/to/my/project/repl.rc
@@ -321,7 +321,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
diff --git a/lib/Devel/REPL/Overview.pod b/lib/Devel/REPL/Overview.pod
index 2e643bf..b3ce34d 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 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
diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
index 40f147a..3e8f931 100644
--- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
+++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
@@ -63,7 +63,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 =
(