diff options
author | Kim Alvefur <zash@zash.se> | 2023-01-20 18:19:34 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-01-20 18:19:34 +0100 |
commit | 2e44f8260b8a3144234906492b343ab8ba707ee4 (patch) | |
tree | d6807b9bd8584cda840988062615adbdf9c9b734 /util-src | |
parent | b15a8e136020b8fa5e8adc19740fa5f6bc1897e4 (diff) | |
download | prosody-2e44f8260b8a3144234906492b343ab8ba707ee4.tar.gz prosody-2e44f8260b8a3144234906492b343ab8ba707ee4.zip |
util.struct: Fix typo in comment
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/struct.c b/util-src/struct.c index 6267358c..b236db5b 100644 --- a/util-src/struct.c +++ b/util-src/struct.c @@ -134,7 +134,7 @@ static int gettoalign (size_t len, Header *h, int opt, size_t size) { /* -** 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) { |