libseat: Fix doc typo

This commit is contained in:
Kenny Levinsen 2020-08-05 23:38:38 +02:00
parent 3586530d81
commit 304489c30d

View file

@ -2,7 +2,7 @@
#define _LIBSEAT_H
/*
* An opaque struct containing an opened seat, created by libseat_open-seat and
* An opaque struct containing an opened seat, created by libseat_open_seat and
* destroyed by libseat_close_seat.
*/
struct libseat;