util.struct: Fix typo in comment
authorKim Alvefur <zash@zash.se>
Fri, 20 Jan 2023 18:19:34 +0100
changeset 12857 e1a71e83d430
parent 12856 c35afa353f8f
child 12858 73db76cc6472
util.struct: Fix typo in comment
util-src/struct.c
--- a/util-src/struct.c	Fri Jan 20 18:16:10 2023 +0100
+++ b/util-src/struct.c	Fri Jan 20 18:19:34 2023 +0100
@@ -134,7 +134,7 @@
 
 
 /*
-** options to control endianess and alignment
+** options to control endianness and alignment
 */
 static void controloptions (lua_State *L, int opt, const char **fmt,
                             Header *h) {