fix Ssyshere to Shere after re-reading UUCP protocol docs
[scpubgit/Tak.git] / lib / Tak / STDIOSetup.pm
index 30c9851..eca4779 100644 (file)
@@ -38,7 +38,7 @@ sub run {
   log_debug { "Node starting" };
   # Tell the other end that we've finished messing around with file
   # descriptors and that it's therefore safe to start sending requests.
-  print $stdout "Ssyshere\n";
+  print $stdout "Shere\n";
   Tak->loop_until($done);
   if (our $Next) { goto &$Next }
 }