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>
diff --git a/scripts/ci/get_modified_boards.py b/scripts/ci/get_modified_boards.py
index 6409f39..e07fd9a 100755
--- a/scripts/ci/get_modified_boards.py
+++ b/scripts/ci/get_modified_boards.py
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# A script to generate a list of boards that have changed or added and create an
-# arguemnts file for sanitycheck to allow running more tests for those boards.
+# arguments file for sanitycheck to allow running more tests for those boards.
import re, os
import sh