chore: fix spelling

This commit is contained in:
John Bampton
2021-05-07 20:25:13 +10:00
committed by lijunlong
parent c93ef77262
commit f39a584775
5 changed files with 7 additions and 7 deletions

View File

@ -326,7 +326,7 @@ of the string is computed with C<strlen()>.
Otherwise C<ptr> is converted to a C<"void *"> and C<len> gives the
length of the data. The data may contain embedded zeros and need not be
byte-oriented (though this may cause endianess issues).
byte-oriented (though this may cause endianness issues).
This function is mainly useful to convert (temporary) C<"const char *">
pointers returned by C functions to Lua strings and store them or pass