diff --git a/npc/test/npc_test_checkweight.txt b/npc/test/npc_test_checkweight.txt index 8cc5a23fc3..28634092c3 100644 --- a/npc/test/npc_test_checkweight.txt +++ b/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; } }