Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Sep 15, 2024
1 parent 399c78e commit fa2474f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/inc/util_ops.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit fa2474f

Please sign in to comment.