commit | af921756dc7f31d76af76199d5132e81c44b73ee | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 15:10:21 2024 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Mon Jun 17 15:11:08 2024 +0530 |
tree | ebe9f9f6982c995b19a2adf202f19e7c95411779 | |
parent | 172e74fdfc8405bc4591461f531180d487a63eec [diff] [blame] |
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;