Doc fix for charnames::vianame
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>
Tue, 28 May 2002 22:46:41 +0000 (07:46 +0900)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 28 May 2002 13:24:16 +0000 (13:24 +0000)
Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>

p4raw-id: //depot/perl@16834

lib/charnames.pm

index 5295080..d826cb3 100644 (file)
@@ -349,7 +349,7 @@ to custom translators.
 Notice that the name returned for of U+FEFF is "ZERO WIDTH NO-BREAK
 SPACE", not "BYTE ORDER MARK".
 
-=head1 charnames::vianame(code)
+=head1 charnames::vianame(name)
 
 Returns the code point indicated by the name.
 The example
@@ -358,9 +358,9 @@ The example
 
 prints "2722".
 
-Returns undef if no name is known for the name.
+Returns undef if the name is unknown.
 
-This works only for the standard names, and does not yet aply 
+This works only for the standard names, and does not yet apply 
 to custom translators.
 
 =head1 ALIASES