summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-30 09:50:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-30 09:50:33 +0000
commite0975c9c543c721641bc47684748a204d8333340 (patch)
treea185570397cc3c7f4ad079754ddcf050c78c0695 /ext/Socket
parent28701729d99837fd83923aadc4d580bc9e52a252 (diff)
downloadperl-e0975c9c543c721641bc47684748a204d8333340.tar.gz
Ending strings is customary (typo from #19084).
p4raw-id: //depot/perl@19090
Diffstat (limited to 'ext/Socket')
-rwxr-xr-xext/Socket/Socket.t2
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";