From: Greg Sabino Mullane Date: Sun, 12 Jul 2009 18:11:37 +0000 (-0400) Subject: Typo. X-Git-Tag: 2.9.2~11 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e74ccdf785db02c018656c43358b522d287579e4;p=check_postgres.git Typo. --- 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};