aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-02-27 18:23:53 +0100
committerKenny Levinsen <kl@kl.wtf>2021-02-27 19:28:32 +0100
commitda3cbcc9436321e59b9e11fa8caa624e3d71ea35 (patch)
tree1170da5777b45a23addfd834e9cf856d8aa468ef
parent152ee5102a10cf363222dc23ed9dd65ace2ebfc4 (diff)
libseat: Fix typo in doc string
-rw-r--r--include/libseat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libseat.h b/include/libseat.h
index 891cb86..5375cd6 100644
--- a/include/libseat.h
+++ b/include/libseat.h
@@ -131,7 +131,7 @@ int libseat_get_fd(struct libseat *seat);
* milliseconds that might occur.
*
* Returns a positive number signifying processed internal messages on success.
- * Returns 0-if no messages were processed. Returns -1 and sets errno on error.
+ * Returns 0 if no messages were processed. Returns -1 and sets errno on error.
*/
int libseat_dispatch(struct libseat *seat, int timeout);