From e1985cea90eddbd3e68837c57ea523615118e813 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 15 Dec 2022 21:32:59 +0200 Subject: [PATCH] Typo --- KConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KConfig.cpp b/KConfig.cpp index bd61490..2817e80 100644 --- a/KConfig.cpp +++ b/KConfig.cpp @@ -360,7 +360,7 @@ ParseSuccess: { value = cag_option_get_value(&context); strcmp(value, "true") ? config.UnlockDeadLock = false : config.UnlockDeadLock = true; - KPrint("\eAAFFAAUnlocking the deadlock after 10 retires"); + KPrint("\eAAFFAAUnlocking the deadlock after 10 retries"); break; } case 'h':