Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-04-29 15:09:20 +02:00
parent c546c1ba71
commit 02b348403a
14 changed files with 21 additions and 21 deletions
@@ -50,7 +50,7 @@ typedef stream_t*(*stream_constructor_t)(char *uri);
typedef bool (*stream_cb_t)(void *data, stream_t *stream);
/**
* Abstraction of a Berkley socket using stream semantics.
* Abstraction of a Berkeley socket using stream semantics.
*/
struct stream_t {