summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorPrymmer/Kahn <pvhp@best.com>2000-10-22 15:18:40 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-23 12:07:41 +0000
commitd5d9880cc2523c10f7be68257f4f1768a4e552d9 (patch)
treeb455829c8f577c1acccf0ddfa03333aaa06c0d57 /vms
parente0d5f7b4838e69a86f052af5fc7a763169e75aa8 (diff)
downloadperl-d5d9880cc2523c10f7be68257f4f1768a4e552d9.tar.gz
miscellaneous typos in 3 pods
Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com> p4raw-id: //depot/perl@7411
Diffstat (limited to 'vms')
-rw-r--r--vms/ext/Stdio/Stdio.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/ext/Stdio/Stdio.pm b/vms/ext/Stdio/Stdio.pm
index b51f2c9f15..446b0785e1 100644
--- a/vms/ext/Stdio/Stdio.pm
+++ b/vms/ext/Stdio/Stdio.pm
@@ -134,7 +134,7 @@ This package C<ISA> IO::File, so that you can call IO::File
methods on the handles returned by C<vmsopen> and C<vmssysopen>.
The IO::File package is not initialized, however, until you
actually call a method that VMS::Stdio doesn't provide. This
-is doen to save startup time for users who don't wish to use
+is done to save startup time for users who don't wish to use
the IO::File methods.
B<Note:> In order to conform to naming conventions for Perl
@@ -201,7 +201,7 @@ true value if successful, and C<undef> if it fails.
This function sets the default device and directory for the process.
It is identical to the built-in chdir() operator, except that the change
persists after Perl exits. It returns a true value on success, and
-C<undef> if it encounters and error.
+C<undef> if it encounters an error.
=item sync