X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=b2ad68802672a33c6311ddf3d7a68431757a456a;hb=17782cab6754a39822d36254c6c8daff4d18af6a;hp=f8aa9def25b8318884e91cf61db239c315f851f7;hpb=94e7cc65050ddfd04a8a1606f8899c7e5be496e8;p=open-adventure.git 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. *