From: Eric S. Raymond Date: Wed, 1 Mar 2023 18:52:54 +0000 (-0500) Subject: Another comment typo fix. X-Git-Tag: 1.14~19 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=17782cab6754a39822d36254c6c8daff4d18af6a Another comment typo fix. --- diff --git a/misc.c b/misc.c index f8aa9de..b2ad688 100644 --- a/misc.c +++ b/misc.c @@ -490,7 +490,7 @@ static void tokenize(char* raw, command_t *cmd) /* (ESR) In oldstyle mode, simulate the uppercasing and truncating * effect on raw tokens of packing them into sixbit characters, 5 * to a 32-bit word. This is something the FORTRAN version did - * becuse archaic FORTRAN had no string types. Don Wood's + * because archaic FORTRAN had no string types. Don Wood's * mechanical translation of 2.5 to C retained the packing and * thus this misfeature. *