aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nroff-scan.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nroff-scan.pl')
-rw-r--r--tests/nroff-scan.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nroff-scan.pl b/tests/nroff-scan.pl
index 393068cd..6121d4c8 100644
--- a/tests/nroff-scan.pl
+++ b/tests/nroff-scan.pl
@@ -69,7 +69,7 @@ sub file {
if($str =~ /((libcurl|curl)([^ ]*))\(3\)/i) {
my $man = "$1.3";
if(!manpresent($man)) {
- print STDERR "error: $f:$line: refering to non-existing man page $man\n";
+ print STDERR "error: $f:$line: referring to non-existing man page $man\n";
$errors++;
}
if($pre ne "I") {
@@ -87,7 +87,7 @@ sub file {
while($i =~ s/((lib|)curl([^ ]*)) *\"\(3\)(,|) *\" *//i ) {
my $man = "$1.3";
if(!manpresent($man)) {
- print STDERR "error: $f:$line: refering to non-existing man page $man\n";
+ print STDERR "error: $f:$line: referring to non-existing man page $man\n";
$errors++;
}
}