everywhere: fix typos

Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
Nazar Kazakov 2022-02-24 12:00:55 +00:00 committed by Anas Nashif
commit 9713f0d47c
331 changed files with 478 additions and 478 deletions

View file

@ -160,7 +160,7 @@ static int cmd_supported_reset_cause(const struct shell *sh, size_t argc,
shell_print(sh, "supported reset causes:");
print_all_reset_causes(sh, cause);
} else {
shell_print(sh, "No causes supporte");
shell_print(sh, "No causes supported");
}
return 0;