Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2020-11-04 10:06:46 +01:00
parent dff243a1bd
commit a6f0e19bf5
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -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])