diff --git a/src/pipewire/conf.c b/src/pipewire/conf.c index 5c78b99c8..89d61066b 100644 --- a/src/pipewire/conf.c +++ b/src/pipewire/conf.c @@ -972,7 +972,7 @@ static bool find_match(struct spa_json *arr, const struct spa_dict *props) * rules = [ * { * matches = [ - * # any of the items in matches needs to match, it one does, + * # any of the items in matches needs to match, if one does, * # actions are emited. * { * # all keys must match the value. ~ in value starts regex.