summaryrefslogtreecommitdiff
path: root/pod/perldata.pod
diff options
context:
space:
mode:
authorRichard Soderberg <p5-authors@crystalflame.net>2004-11-12 16:14:49 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-12 20:47:19 +0000
commitfa11829f4b6d56533794dd127f3d1068d9593670 (patch)
tree7f368b0c4f3bed68b378d9fea31eee156223ea2c /pod/perldata.pod
parentac7de224d1cdf1bc265fb1a3311a78c903d66ee7 (diff)
downloadperl-fa11829f4b6d56533794dd127f3d1068d9593670.tar.gz
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> p4raw-id: //depot/perl@23496
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r--pod/perldata.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod
index 5ff97d4bff..254304cad9 100644
--- a/pod/perldata.pod
+++ b/pod/perldata.pod
@@ -634,7 +634,7 @@ of how to arrange for an output ordering.
=head2 Subscripts
-An array is subscripted by specifying a dollary sign (C<$>), then the
+An array is subscripted by specifying a dollar sign (C<$>), then the
name of the array (without the leading C<@>), then the subscript inside
square brackets. For example: