libseat: Fix typo in doc string

This commit is contained in:
Kenny Levinsen 2021-02-27 18:23:53 +01:00
parent 152ee5102a
commit da3cbcc943

View file

@ -131,7 +131,7 @@ int libseat_get_fd(struct libseat *seat);
* milliseconds that might occur. * milliseconds that might occur.
* *
* Returns a positive number signifying processed internal messages on success. * 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); int libseat_dispatch(struct libseat *seat, int timeout);