diff options
author | Greg Sabino Mullane | 2009-07-12 18:11:37 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-07-12 18:11:37 +0000 |
commit | e74ccdf785db02c018656c43358b522d287579e4 (patch) | |
tree | 17e74449362ba9283b67ecbce93324624d6b2333 | |
parent | feec1c58240b1a13d6fd7a5246e7ebd5a5defa2a (diff) |
Typo.
-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}; |