summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/checkpods.PL2
-rw-r--r--pod/pod2usage.PL2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/checkpods.PL b/pod/checkpods.PL
index 610aad886d..1466fb94d3 100644
--- a/pod/checkpods.PL
+++ b/pod/checkpods.PL
@@ -66,7 +66,7 @@ $exit = $last_unempty = 0;
while (<>) {
s/(\012|\015\012|\015)$//;
if (/^=(\S+)/ && $directive{$1} && $last_unempty) {
- printf "%s: line %5d, no blank line preceeding directive =%s\n",
+ printf "%s: line %5d, no blank line preceding directive =%s\n",
$ARGV, $., $1;
$exit = 1;
}
diff --git a/pod/pod2usage.PL b/pod/pod2usage.PL
index 1b14c1777c..a007cf6788 100644
--- a/pod/pod2usage.PL
+++ b/pod/pod2usage.PL
@@ -114,7 +114,7 @@ usage mesage format (defaults to standard input).
B<pod2usage> will read the given input file looking for pod
documentation and will print the corresponding usage message.
-If no input file is specifed than standard input is read.
+If no input file is specified than standard input is read.
B<pod2usage> invokes the B<pod2usage()> function in the B<Pod::Usage>
module. Please see L<Pod::Usage/pod2usage()>.