mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
chore: fix spelling
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user