Fix wording.
authorGreg Sabino Mullane <[email protected]>
Wed, 22 Apr 2009 21:04:38 +0000 (17:04 -0400)
committerGreg Sabino Mullane <[email protected]>
Wed, 22 Apr 2009 21:04:38 +0000 (17:04 -0400)
t/02_version.t

index ed0f9e9d13eb206810ce05902e183f8ffc118927..eec3dd1ed90636fd88b27416d1339e51bf6f79f9 100644 (file)
@@ -30,10 +30,10 @@ like ($cp->run('--output=mrtg --mrtg=foobar'), qr{ERROR: Invalid mrtg}, $t);
 $t=qq{$S fails when called without warning or critical};
 like ($cp->run(''), qr{Must provide}, $t);
 
-$t=qq{$S fails when called without invalid warning};
+$t=qq{$S fails when called with invalid warning};
 like ($cp->run('-w foo'), qr{ERROR: Invalid string}, $t);
 
-$t=qq{$S fails when called without invalid critical};
+$t=qq{$S fails when called with invalid critical};
 like ($cp->run('-c foo'), qr{ERROR: Invalid string}, $t);
 
 $t=qq{$S gives correct output for warning on two-part version};