From: Dave Mitchell Date: Tue, 20 Jan 2004 22:41:14 +0000 (+0000) Subject: Fix typo in patch #22188 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72982a0c2e3eae07f839e1303370bac856b44de9;p=p5sagit%2Fp5-mst-13.2.git Fix typo in patch #22188 p4raw-id: //depot/perl@22189 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c23072b..54b08c8 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3236,7 +3236,7 @@ fork() emulation on Windows platforms, or by embedding perl in a multi-threaded application. The C attribute does nothing in all other environments. -Warning: the current implementaion of this attribute operates on the +Warning: the current implementation of this attribute operates on the typeglob associated with the variable; this means that C also has the effect of C. This may be subject to change.