Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -54,7 +54,7 @@ typedef struct cache_entry_t cache_entry_t;
|
||||
* Cache line in the interface name cache.
|
||||
*/
|
||||
struct cache_entry_t {
|
||||
/** requid of the CHILD_SA */
|
||||
/** reqid of the CHILD_SA */
|
||||
uint32_t reqid;
|
||||
/** cached interface name */
|
||||
char *iface;
|
||||
|
||||
@@ -666,7 +666,7 @@ CALLBACK(flush_messages, void,
|
||||
VA_ARGS_VGET(args, this);
|
||||
|
||||
/* no need for any locking as no other threads are running, the connections
|
||||
* all get disconneted afterwards, so error handling is simple too */
|
||||
* all get disconnected afterwards, so error handling is simple too */
|
||||
ret = do_write(this, entry, entry->stream, errmsg, sizeof(errmsg), TRUE);
|
||||
|
||||
if (!ret && errmsg[0])
|
||||
|
||||
Reference in New Issue
Block a user