Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: Ia6b70713d3e9b77d6fd2d9400489ef7f02360364
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/build-jenkins.sh b/build-jenkins.sh
index 079c260..bba849a 100755
--- a/build-jenkins.sh
+++ b/build-jenkins.sh
@@ -254,7 +254,7 @@
         import_vol_cmd="-v ${host_import_mnt}:${cont_import_mnt}"
     fi
     # Launch the jenkins image with Docker
-    # shellcheck disable=SC2086 # import_vol_cmd is intentially word-split.
+    # shellcheck disable=SC2086 # import_vol_cmd is intentionally word-split.
     docker run -d \
         ${import_vol_cmd} \
         -v "${home_mnt}:${j_home}" \