diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-30 09:50:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-30 09:50:33 +0000 |
commit | e0975c9c543c721641bc47684748a204d8333340 (patch) | |
tree | a185570397cc3c7f4ad079754ddcf050c78c0695 /ext/Socket | |
parent | 28701729d99837fd83923aadc4d580bc9e52a252 (diff) | |
download | perl-e0975c9c543c721641bc47684748a204d8333340.tar.gz |
Ending strings is customary (typo from #19084).
p4raw-id: //depot/perl@19090
Diffstat (limited to 'ext/Socket')
-rwxr-xr-x | ext/Socket/Socket.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.t b/ext/Socket/Socket.t index a5ad2644e0..dba6cf3e16 100755 --- a/ext/Socket/Socket.t +++ b/ext/Socket/Socket.t @@ -56,7 +56,7 @@ if (socket(T,PF_INET,SOCK_STREAM,6)) { } else { print "# You're allowed to fail tests 2 and 3 if\n"; - print "# the echo service has been disabled or if your + print "# the echo service has been disabled or if your\n"; print "# gethostbyname() cannot resolve your localhost.\n"; print "# 'Connection refused' indicates disabled echo service.\n"; print "# 'Interrupted system call' indicates a hanging echo service.\n"; |