This commit is contained in:
Sanne Wouda 2021-01-03 13:16:55 +00:00
parent 921cc86ce6
commit fa0f135ebb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void reset_hold_string()
int get_token(int c)
{
struct token_list* current = calloc(1, sizeof(struct token_list));
require(NULL != current, "Exhusted memory while getting token\n");
require(NULL != current, "Exhausted memory while getting token\n");
reset:
reset_hold_string();