fix Ssyshere to Shere after re-reading UUCP protocol docs
[scpubgit/Tak.git] / lib / Tak / ConnectorService.pm
index 3bcf64e..3fde0f0 100644 (file)
@@ -29,7 +29,7 @@ sub handle_create {
     # confuse things by sending before the dup.
     my $up = <$kid_out>;
     die [ failure => "Garbled response from child: $up" ]
-      unless $up eq "Ssyshere\n";
+      unless $up eq "Shere\n";
   }
   my $connection = Tak::ConnectionService->new(
     read_fh => $kid_out, write_fh => $kid_in,