diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2021-02-27 18:23:53 +0100 |
|---|---|---|
| committer | Kenny Levinsen <kl@kl.wtf> | 2021-02-27 19:28:32 +0100 |
| commit | da3cbcc9436321e59b9e11fa8caa624e3d71ea35 (patch) | |
| tree | 1170da5777b45a23addfd834e9cf856d8aa468ef /include | |
| parent | 152ee5102a10cf363222dc23ed9dd65ace2ebfc4 (diff) | |
| download | seatd-da3cbcc9436321e59b9e11fa8caa624e3d71ea35.tar.xz | |
libseat: Fix typo in doc string
Diffstat (limited to 'include')
| -rw-r--r-- | include/libseat.h | 2 |
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); |
