summaryrefslogtreecommitdiff
path: root/pod/perl5004delta.pod
diff options
context:
space:
mode:
authorMarcel Grunauer <marcel@codewerk.com>2000-08-29 03:19:59 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-28 23:33:39 +0000
commita31a806a8f483dfa4e00e0ac91d9875a8d724cff (patch)
tree43a8fa1b770bda3450ea8206c1fba741b17fea18 /pod/perl5004delta.pod
parentf8f1ea7c161635bf46b2716d915374193f8dd590 (diff)
downloadperl-a31a806a8f483dfa4e00e0ac91d9875a8d724cff.tar.gz
spellings
Message-Id: <200008282319.BAA29862@gandalf.local> p4raw-id: //depot/perl@6872
Diffstat (limited to 'pod/perl5004delta.pod')
-rw-r--r--pod/perl5004delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5004delta.pod b/pod/perl5004delta.pod
index 85a8f96161..8cec3aba8a 100644
--- a/pod/perl5004delta.pod
+++ b/pod/perl5004delta.pod
@@ -810,7 +810,7 @@ builtin operations.
When C<use locale> is in effect, the current LC_CTYPE locale is used
for regular expressions and case mapping; LC_COLLATE for string
-ordering; and LC_NUMERIC for numeric formating in printf and sprintf
+ordering; and LC_NUMERIC for numeric formatting in printf and sprintf
(but B<not> in print). LC_NUMERIC is always used in write, since
lexical scoping of formats is problematic at best.