summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-24 06:11:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-24 06:11:56 +0000
commit4375e838ae24b385ae79fa7b6918e613bedaaee6 (patch)
tree9418d63a58345f7e8f9e1ff644fa85c022b18650 /embed.pl
parent94a371ee7128c99a38226de46cbec028ae3a990e (diff)
downloadperl-4375e838ae24b385ae79fa7b6918e613bedaaee6.tar.gz
various pod nits (from Larry Virden and others)
p4raw-id: //depot/perl@5917
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 593ab19f55..952b7b809a 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1235,7 +1235,7 @@ perlintern - autogenerated documentation of purely B<internal>
=head1 DESCRIPTION
This file is the autogenerated documentation of functions in the
-Perl intrepreter that are documented using Perl's internal documentation
+Perl interpreter that are documented using Perl's internal documentation
format but are not marked as part of the Perl API. In other words,
B<they are not for use in extensions>!
@@ -1252,7 +1252,7 @@ print GUTS <<'END';
=head1 AUTHORS
-The autodocumentation system was orignally added to the Perl core by
+The autodocumentation system was originally added to the Perl core by
Benjamin Stuhl. Documentation is by whoever was kind enough to
document their functions.