This commit is contained in:
Alex 2022-12-15 21:32:59 +02:00
parent ad61c7acc5
commit e1985cea90
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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':