conf: fix typo

This commit is contained in:
Wim Taymans 2022-04-21 13:15:12 +02:00
parent d1207422e0
commit d63deb140c

View file

@ -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.