Author: coke Date: Mon Apr 17 08:44:43 2006 New Revision: 12290 Modified: trunk/docs/pdds/pdd21_namespaces.pod
Log: fix docu typo Modified: trunk/docs/pdds/pdd21_namespaces.pod ============================================================================== --- trunk/docs/pdds/pdd21_namespaces.pod (original) +++ trunk/docs/pdds/pdd21_namespaces.pod Mon Apr 17 08:44:43 2006 @@ -231,7 +231,7 @@ =item $P0 = get_name() -Gets the name of the namespace as an array of strings. For exmaple, if the +Gets the name of the namespace as an array of strings. For example, if the current language is Perl 5 and the current Perl 5 namespace is "Some::Module" (that's Perl 5 syntax), then get_name() on that namespace returns an array of "perl5", "Some", "Module".