Przeglądaj źródła

Pull Request Test; Fixed engrish: test checkweight

Akkarinage 11 lat temu
rodzic
commit
c480783921
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 	}
 }