pod/perlvar.pod: minor typo
Brendan O'Dea [Tue, 29 Jul 2003 23:49:18 +0000 (09:49 +1000)]
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20030729134918.GA4339@londo.c47.org>

p4raw-id: //depot/perl@20312

pod/perlvar.pod

index 72cb625..dfb17e3 100644 (file)
@@ -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