Fix typo in code

This commit is contained in:
Andrea Gelmini 2021-04-28 20:51:15 +02:00 committed by Wim Taymans
parent 47ef2b6b09
commit f489e32e44
4 changed files with 5 additions and 5 deletions

View file

@ -174,7 +174,7 @@ struct pw_protocol {
struct spa_list server_list; /**< list of current servers */
struct spa_hook_list listener_list; /**< event listeners */
const struct pw_protocol_implementaton *implementation; /**< implementation of the protocol */
const struct pw_protocol_implementation *implementation; /**< implementation of the protocol */
const void *extension; /**< extension API */