Typo.
authorGreg Sabino Mullane <greg@endpoint.com>
Sun, 12 Jul 2009 18:11:37 +0000 (14:11 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sun, 12 Jul 2009 18:11:37 +0000 (14:11 -0400)
t/02_logfile.t

index fff24196aa4eda51c17b4abf0b58d414f41efd5a..b4b396d3f421553cc56c4eb46394312adcc78f31 100644 (file)
@@ -38,7 +38,7 @@ like ($result, qr{host:$host}, $t);
 $t = qq{$S correctly identifies logfile};
 like ($result, qr{logs to: $logfile}, $t);
 
-$t = qq{$S correcly identifies host};
+$t = qq{$S correctly identifies host};
 like ($result, qr{host:$host}, $t);
 
 $t = qq{$S returned expected text};