summaryrefslogtreecommitdiff
path: root/pod/checkpods.PL
diff options
context:
space:
mode:
Diffstat (limited to 'pod/checkpods.PL')
-rw-r--r--pod/checkpods.PL2
1 files changed, 1 insertions, 1 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;
}