mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-04 04:40:12 +01:00
json-utils: correct typo
This commit is contained in:
parent
475ec4944d
commit
ad8d7aaf75
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ match_rules_cb (void *data, const char *location, const char *action,
|
|||
}
|
||||
|
||||
/*!
|
||||
* \brief Matches the given properties against a set of rules descriped in JSON
|
||||
* \brief Matches the given properties against a set of rules described in JSON
|
||||
* and calls the given callback to perform actions on a successful match.
|
||||
*
|
||||
* The given JSON should be an array of objects, where each object has a
|
||||
|
|
@ -117,7 +117,7 @@ update_props_cb (gpointer data, const gchar * action, WpSpaJson * value,
|
|||
}
|
||||
|
||||
/*!
|
||||
* \brief Matches the given properties against a set of rules descriped in JSON
|
||||
* \brief Matches the given properties against a set of rules described in JSON
|
||||
* and updates the properties if the rule actions include the "update-props"
|
||||
* action.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue