# HG changeset patch # User Kim Alvefur # Date 1674235174 -3600 # Node ID e1a71e83d430392b2e9f6ee661872cf61c65714d # Parent c35afa353f8f68a9ef37692e268c3338928297f3 util.struct: Fix typo in comment diff -r c35afa353f8f -r e1a71e83d430 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) {