From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 20 Mar 2002 14:23:46 +0000 (+0000)
Subject: Typo fix from Andreas Koenig, plus a tweak.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4616122b2febf46c06108cbf6482bddc9b9a7fc2;p=p5sagit%2Fp5-mst-13.2.git

Typo fix from Andreas Koenig, plus a tweak.

p4raw-id: //depot/perl@15358
---

diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 468f24c..4cb8325 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -830,7 +830,7 @@ for more discussion of the issues.
 
 =head2 Locales
 
-Usually locale settins and Unicode do not affect each other, but
+Usually locale settings and Unicode do not affect each other, but
 there are a couple of exceptions:
 
 =over 4
@@ -847,7 +847,7 @@ B<any subsequent file open>, is UTF-8.
 Perl tries really hard to work both with Unicode and the old byte
 oriented world: most often this is nice, but sometimes this causes
 problems.  See L</BUGS> for example how sometimes using locales
-with Unicode can be a good thing.
+with Unicode can help with these problems.
 
 =back