summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-30 09:49:18 +1000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-29 13:20:21 +0000
commit271df126cf460e6b3d92c5f448bd1ce92f177c3a (patch)
tree5bb16736cba49cc09d21e339a632d611c7d894e3 /pod/perlvar.pod
parent3cd78934808a82741e51acd368597edf04f54641 (diff)
downloadperl-271df126cf460e6b3d92c5f448bd1ce92f177c3a.tar.gz
pod/perlvar.pod: minor typo
From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20030729134918.GA4339@londo.c47.org> p4raw-id: //depot/perl@20312
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 72cb625ae8..dfb17e3eed 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -675,7 +675,7 @@ In the above I<meaningless> stands for anything: zero, non-zero,
C<undef>. A successful system or library call does B<not> set
the variable to zero.
-If used an a string, yields the corresponding system error string.
+If used as a string, yields the corresponding system error string.
You can assign a number to C<$!> to set I<errno> if, for instance,
you want C<"$!"> to return the string for error I<n>, or you want
to set the exit value for the die() operator. (Mnemonic: What just