mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Fix typo in code
This commit is contained in:
parent
47ef2b6b09
commit
f489e32e44
4 changed files with 5 additions and 5 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue