Explorar el Código

Pull Request Test; Fixed engrish: test checkweight

Akkarinage hace 11 años
padre
commit
c480783921
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      npc/test/npc_test_checkweight.txt

+ 1 - 1
npc/test/npc_test_checkweight.txt

@@ -172,7 +172,7 @@ L_FINAL:
 		.@tdone = getarg(0);
 		.@success = getarg(1);
 		debugmes "Results = Pass : "+.@success+"/"+.@tdone+" Fails : "+(.@tdone-.@success)+"/"+.@tdone;
-		if(.@success != .@tdone) { debugmes "Some failure has occurred. Enable chkresult print to find failed tests."; }
+		if(.@success != .@tdone) { debugmes "One or more failures have occurred. Enable chkresult print to find failed tests."; }
 		return;
 	}
 }