From ad8d7aaf757bb72421f4485edd91c3f43605addf Mon Sep 17 00:00:00 2001 From: Ashok Sidipotu Date: Thu, 8 Feb 2024 12:59:48 +0530 Subject: [PATCH] json-utils: correct typo --- lib/wp/json-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wp/json-utils.c b/lib/wp/json-utils.c index 39f7f628..53d1b2b1 100644 --- a/lib/wp/json-utils.c +++ b/lib/wp/json-utils.c @@ -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. *