docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and fix anything it can find, here are the results... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b023fbf938
commit
f2cb20c772
133 changed files with 191 additions and 191 deletions
|
@ -450,7 +450,7 @@ static void test_json_escape_one(void)
|
|||
|
||||
ret = json_escape(buf, &len, sizeof(buf));
|
||||
zassert_equal(ret, 0,
|
||||
"Escaping one character succeded");
|
||||
"Escaping one character succeeded");
|
||||
zassert_equal(len, sizeof(buf) - 1,
|
||||
"Escaping one character length is correct");
|
||||
zassert_true(!strcmp(buf, expected),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue