From: Inga Stotland <inga.stotland@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: brian.gix@intel.com, Inga Stotland <inga.stotland@intel.com>
Subject: [PATCH BlueZ] tools/mesh-cfgclient: Fix typos in config storage
Date: Fri, 7 Jan 2022 13:50:03 -0800 [thread overview]
Message-ID: <20220107215003.115147-1-inga.stotland@intel.com> (raw)
Fix keyword typos and comments.
---
tools/mesh/mesh-db.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/mesh/mesh-db.c b/tools/mesh/mesh-db.c
index 1a1ba380b..fa11837df 100644
--- a/tools/mesh/mesh-db.c
+++ b/tools/mesh/mesh-db.c
@@ -2007,7 +2007,7 @@ bool mesh_db_get_addr_range(uint16_t *low, uint16_t *high)
if (!cfg || !cfg->jcfg)
return false;
- jarray = json_object_object_get(cfg->jcfg, "provisioniers");
+ jarray = json_object_object_get(cfg->jcfg, "provisioners");
if (!jarray || json_object_get_type(jarray) != json_type_array)
return false;
@@ -2041,7 +2041,7 @@ bool mesh_db_get_addr_range(uint16_t *low, uint16_t *high)
}
/*
- * This is a simplistic implementation onf allocated range, where
+ * This is a simplistic implementation of allocated range, where
* the range is one contiguous chunk of the address space.
*/
static bool add_range(json_object *jobj, const char *keyword, uint16_t low,
--
2.31.1
next reply other threads:[~2022-01-07 21:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-07 21:50 Inga Stotland [this message]
2022-01-07 23:37 ` [BlueZ] tools/mesh-cfgclient: Fix typos in config storage bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220107215003.115147-1-inga.stotland@intel.com \
--to=inga.stotland@intel.com \
--cc=brian.gix@intel.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.