summaryrefslogtreecommitdiff
path: root/plan9/plan9.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-08-15 13:21:41 -0600
committerKarl Williamson <khw@cpan.org>2022-08-18 10:13:58 -0600
commitb21ef1bcfaf488a3db27439996863462babaf8b0 (patch)
tree6becfa47a915408cad7b220db6408406a83ea467 /plan9/plan9.c
parent52ed379edc11b00708b403ff03aaf5e3a1a2eb81 (diff)
downloadperl-b21ef1bcfaf488a3db27439996863462babaf8b0.tar.gz
plan9/plan9.c: Rmv double space
This diagnostic is the outlier of all the other ones.
Diffstat (limited to 'plan9/plan9.c')
-rw-r--r--plan9/plan9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/plan9.c b/plan9/plan9.c
index 9872306d7e..0cae63e9ef 100644
--- a/plan9/plan9.c
+++ b/plan9/plan9.c
@@ -106,7 +106,7 @@ void setprotoent(int a)
void setservent(int a)
{
- croak("Function \"setservent\" not implemented in this version of perl.");
+ croak("Function \"setservent\" not implemented in this version of perl.");
}
void endnetent()