summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-17 12:56:52 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-17 23:19:02 -0800
commitd6ec5f13c8daa49c1550a4fa54a8410f913203fd (patch)
treef5e4cda121ad1dd44369b7d1739bd484dbf89bd1
parent8a9eb13d250808329cfbd617b15d827d939d2ac7 (diff)
downloadperl-d6ec5f13c8daa49c1550a4fa54a8410f913203fd.tar.gz
Cwd pod consistency tweaks
-rw-r--r--dist/Cwd/Cwd.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/Cwd/Cwd.pm b/dist/Cwd/Cwd.pm
index 3ec9ffaa50..ac6ee3db31 100644
--- a/dist/Cwd/Cwd.pm
+++ b/dist/Cwd/Cwd.pm
@@ -42,7 +42,7 @@ available.
my $cwd = cwd();
-The cwd() is the most natural form for the current architecture. For
+The cwd() is the most natural form for the current architecture. For
most systems it is identical to `pwd` (but without the trailing line
terminator).
@@ -57,9 +57,9 @@ chdir() you back into. If fastcwd encounters a problem it will return
undef but will probably leave you in a different directory. For a
measure of extra security, if everything appears to have worked, the
fastcwd() function will check that it leaves you in the same directory
-that it started in. If it has changed it will C<die> with the message
+that it started in. If it has changed it will C<die> with the message
"Unstable directory path, current directory changed
-unexpectedly". That should never happen.
+unexpectedly". That should never happen.
=item fastgetcwd
@@ -136,8 +136,8 @@ modules wherever portability is a concern.
=item *
Actually, on Mac OS, the C<getcwd()>, C<fastgetcwd()> and C<fastcwd()>
-functions are all aliases for the C<cwd()> function, which, on Mac OS,
-calls `pwd`. Likewise, the C<abs_path()> function is an alias for
+functions are all aliases for the C<cwd()> function, which, on Mac OS,
+calls `pwd`. Likewise, the C<abs_path()> function is an alias for
C<fast_abs_path()>.
=back