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

@ -1196,7 +1196,7 @@ error:
return NULL;
}
static const struct pw_protocol_implementaton protocol_impl = {
static const struct pw_protocol_implementation protocol_impl = {
PW_VERSION_PROTOCOL_IMPLEMENTATION,
.new_client = impl_new_client,
.add_server = impl_add_server,