From: Jarkko Hietaniemi Date: Sun, 30 Mar 2003 09:50:33 +0000 (+0000) Subject: Ending strings is customary (typo from #19084). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0975c9c543c721641bc47684748a204d8333340;p=p5sagit%2Fp5-mst-13.2.git Ending strings is customary (typo from #19084). p4raw-id: //depot/perl@19090 --- diff --git a/ext/Socket/Socket.t b/ext/Socket/Socket.t index a5ad264..dba6cf3 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";