Another comment typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 1 Mar 2023 18:52:54 +0000 (13:52 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 1 Mar 2023 18:52:54 +0000 (13:52 -0500)
misc.c

diff --git a/misc.c b/misc.c
index f8aa9def25b8318884e91cf61db239c315f851f7..b2ad68802672a33c6311ddf3d7a68431757a456a 100644 (file)
--- 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.
      *