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: Iae81201889d1bb4ca324243b863948cb60420ae7
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/test/vpd-manager-test/reader_test.cpp b/test/vpd-manager-test/reader_test.cpp
index 7c1dccf..54c98f0 100644
--- a/test/vpd-manager-test/reader_test.cpp
+++ b/test/vpd-manager-test/reader_test.cpp
@@ -126,7 +126,7 @@
 
 TEST_F(vpdManagerReaderTest, getFrusAtLocation_Invalid)
 {
-    // invalid lication code
+    // invalid location code
     std::string unexpandedLocationCode = "Uabc-X0";
 
     MockUtilCalls uCalls;