From 17782cab6754a39822d36254c6c8daff4d18af6a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Mar 2023 13:52:54 -0500 Subject: [PATCH] Another comment typo fix. --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.31.1