diff options
-rw-r--r-- | t/02_logfile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_logfile.t b/t/02_logfile.t index fff24196a..b4b396d3f 100644 --- a/t/02_logfile.t +++ b/t/02_logfile.t @@ -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}; |