From: Brendan O'Dea Date: Sun, 15 Feb 2004 23:27:17 +0000 (+1100) Subject: Fix typo in doc for Encode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c246b25f930852dc266827e38210df1dadbe13e;p=p5sagit%2Fp5-mst-13.2.git Fix typo in doc for Encode From: "Brendan O'Dea" Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22310 --- diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index fe1a342..94468d8 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 also has utf8::is_utif8(). +As of perl 5.8.1, L also has utf8::is_utf8(). =item _utf8_on(STRING)