feat: typo

This commit is contained in:
2022-10-05 13:32:18 +02:00
parent e0facebf8b
commit f9cc2d49b3

View File

@@ -177,7 +177,7 @@ void choice_menu() {
choice_menu();
break;
default:
printf("\t[INVALID CHOOCE, PLEASE PICK AGAIN]\n");
printf("\t[INVALID CHOICE, PLEASE PICK AGAIN]\n");
choice_menu();
}
}