Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -615,7 +615,7 @@ static inline void encode_utf16le_single(chunk_t *utf16, uint16_t c)
|
||||
|
||||
/**
|
||||
* Encode the given code point as UTF-16LE where utf16 points to and advance
|
||||
* the position. Invalid code points are ingored.
|
||||
* the position. Invalid code points are ignored.
|
||||
*/
|
||||
static inline void encode_utf16le(chunk_t *utf16, uint32_t c)
|
||||
{
|
||||
|
||||
@@ -474,7 +474,7 @@ static bool do_read(private_vici_socket_t *this, entry_t *entry,
|
||||
}
|
||||
|
||||
/**
|
||||
* Callback processing incoming requestes in strict order
|
||||
* Callback processing incoming requests in strict order
|
||||
*/
|
||||
CALLBACK(process_queue, job_requeue_t,
|
||||
entry_selector_t *sel)
|
||||
|
||||
Reference in New Issue
Block a user