Explorar el Código

Typo

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c
Thomas Guyot-Sionnest hace 18 años
padre
commit
91dd53e0f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/t/check_by_ssh.t

+ 1 - 1
plugins/t/check_by_ssh.t

@@ -92,7 +92,7 @@ $result = NPTest->testCmd(
 	);
 cmp_ok($result->return_code, '==', 0, "Multiple checks always return OK");
 my @lines = split(/\n/, $result->output);
-cmp_ok(scalar(@lines), '==', 8, "Correct number of output lined for multiple checks");
+cmp_ok(scalar(@lines), '==', 8, "Correct number of output lines for multiple checks");
 my %linemap = (
                '0' => '1',
                '2' => '0',