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: I845fdecb1a9c2fb8012f8a1abfd56d8e2d06f5f4
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/peci.h b/peci.h
index 68e0799..3083055 100644
--- a/peci.h
+++ b/peci.h
@@ -72,7 +72,7 @@
 #define PECI_TIMEOUT_RESOLUTION_MS 10 // 10 ms
 #define PECI_TIMEOUT_MS 100           // 100 ms
 
-// VCU Index and Sequence Paramaters
+// VCU Index and Sequence Parameters
 #define VCU_SET_PARAM 0x0001
 #define VCU_READ 0x0002
 #define VCU_OPEN_SEQ 0x0003