From fa2474f516f1387b2a8a4e61a1d904b6df69ef22 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 15 Sep 2024 03:21:31 +0200 Subject: [PATCH] fix typo Signed-off-by: Vitalii Koshura --- html/inc/util_ops.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/util_ops.inc b/html/inc/util_ops.inc index 8f8bed10fe..7ac4e17a6e 100644 --- a/html/inc/util_ops.inc +++ b/html/inc/util_ops.inc @@ -241,7 +241,7 @@ function cancel_wus($wuid1, $wuid2) { sprintf( 'server_state=%d, outcome=%d where server_state=%d and workunitid>=%d and workunitid<=%d', RESULT_SERVER_STATE_OVER, - RESULT_OUTECOME_DIDNT_NEED, + RESULT_OUTCOME_DIDNT_NEED, RESULT_SERVER_STATE_UNSENT, $wuid1, $wuid2 )