summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorchromatic <chromatic@wgz.org>2009-07-20 13:14:29 -0700
committerAbigail <abigail@abigail.be>2009-07-20 22:20:19 +0200
commit259976bd437d48ed8a7515936ba3d5116b7a0bd8 (patch)
tree0aa2503acd2162655fbcf443bb5cad0ed7130f2a /pod
parenta5326e85f764f14d32081e47c608b5f90bdfb1f4 (diff)
downloadperl-259976bd437d48ed8a7515936ba3d5116b7a0bd8.tar.gz
Typo Fixes in Diagnostic
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 9d58104ab8..f3efab5a44 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -316,8 +316,8 @@ release of Perl 5.
=item Attribute "unique" is deprecated
(D deprecated) You have used the attributes pragam to modify the "unique"
-attribute on a array, hash or scalar reference. The :unique attribute is has
-had no no effect since Perl 5.8.8, and will be removed in the next major
+attribute on a array, hash or scalar reference. The :unique attribute has
+had no effect since Perl 5.8.8, and will be removed in the next major
release of Perl 5.
=item Bad arg length for %s, is %d, should be %d