Changeset

12853:e1a71e83d430

util.struct: Fix typo in comment
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2023 18:19:34 +0100
parents 12852:c35afa353f8f
children 12854:73db76cc6472
files util-src/struct.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {