This commit is contained in:
Stephen Seo 2021-08-18 16:52:27 +09:00
parent 1fdf5e14b7
commit 39aa3fce75
2 changed files with 2 additions and 2 deletions

View file

@ -318,7 +318,7 @@ const char * tokensToString(NumToken *tokens, size_t tokens_size) {
appendStringToBuf(&buf, &buf_idx, &buf_size, THIRTY);
break;
case 40:
appendStringToBuf(&buf, &buf_idx, &buf_size, FOURTY);
appendStringToBuf(&buf, &buf_idx, &buf_size, FORTY);
break;
case 50:
appendStringToBuf(&buf, &buf_idx, &buf_size, FIFTY);

View file

@ -53,7 +53,7 @@
#define TWENTY "twenty"
#define THIRTY "thirty"
#define FOURTY "fourty"
#define FORTY "forty"
#define FIFTY "fifty"
#define SIXTY "sixty"
#define SEVENTY "seventy"