Ending strings is customary (typo from #19084).
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 30 Mar 2003 09:50:33 +0000 (09:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 30 Mar 2003 09:50:33 +0000 (09:50 +0000)
p4raw-id: //depot/perl@19090

ext/Socket/Socket.t

index a5ad264..dba6cf3 100755 (executable)
@@ -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";