summaryrefslogtreecommitdiff
path: root/ext/Encode
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2004-02-16 10:27:17 +1100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-02-16 11:30:29 +0000
commit2c246b25f930852dc266827e38210df1dadbe13e (patch)
tree2b858385e5f1f843833dd099157e534a8e047360 /ext/Encode
parent1b96abaf83c640ae3fca4becfa82d376954d73cc (diff)
downloadperl-2c246b25f930852dc266827e38210df1dadbe13e.tar.gz
Fix typo in doc for Encode
From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22310
Diffstat (limited to 'ext/Encode')
-rw-r--r--ext/Encode/Encode.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm
index fe1a342245..94468d8d43 100644
--- a/ext/Encode/Encode.pm
+++ b/ext/Encode/Encode.pm
@@ -743,7 +743,7 @@ implementation. As such, they are efficient but may change.
If CHECK is true, also checks the data in STRING for being well-formed
UTF-8. Returns true if successful, false otherwise.
-As of perl 5.8.1, L<utf8> also has utf8::is_utif8().
+As of perl 5.8.1, L<utf8> also has utf8::is_utf8().
=item _utf8_on(STRING)