This commit is contained in:
Alex
2022-12-15 21:32:59 +02:00
parent ad61c7acc5
commit e1985cea90

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