This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fe557
)
Fix typo in patch #22188
author
Dave Mitchell
<davem@fdisolutions.com>
Tue, 20 Jan 2004 22:41:14 +0000
(22:41 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Tue, 20 Jan 2004 22:41:14 +0000
(22:41 +0000)
p4raw-id: //depot/perl@22189
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
c23072b
..
54b08c8
100644
(file)
--- 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<unique> attribute does nothing in
all other environments.
-Warning: the current implementaion of this attribute operates on the
+Warning: the current implementa
t
ion of this attribute operates on the
typeglob associated with the variable; this means that C<our $x : unique>
also has the effect of C<our @x : unique; our %x : unique>. This may be
subject to change.