Fix typo 'cancle' -> 'cancel' (#13769)

Co-authored-by: Shantanu Joshi <shan@example.com>
This commit is contained in:
Shantanu Joshi
2026-05-21 15:48:52 +05:30
committed by GitHub
parent b81f865784
commit f203cdd682
6 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ public:
RETRY_PROBLEM_SOLVED = 34,
STOP_DRYING = 35,
CANCLE = 37,
CANCEL = 37,
REMOVE_CLOSE_BTN = 39, // special case, do not show close button
PROCEED = 41,