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/scripts/format-code.sh b/scripts/format-code.sh
index 7644239..d909f33 100755
--- a/scripts/format-code.sh
+++ b/scripts/format-code.sh
@@ -158,7 +158,7 @@
     # Some names or emails appear as false-positive misspellings, remove them
     sed -i "s/Signed-off-by.*//" "$commit_filename"
 
-    # Run the codespell with openbmc spcific spellings on the patchset
+    # Run the codespell with openbmc specific spellings on the patchset
     echo -n "openbmc-dictionary - misspelling count >> "
 
     codespell -D "${CONFIG_PATH}/openbmc-spelling.txt" -d --count "$commit_filename"