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: I8870ce249bba3373e85f82903cfa875d6a7c8725
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/image_manager.cpp b/image_manager.cpp
index 46f023a..385fee4 100644
--- a/image_manager.cpp
+++ b/image_manager.cpp
@@ -214,7 +214,7 @@
{
// Rename the temp dir to image dir
fs::rename(tmpDirPath, imageDirPath, ec);
- // Clear the path, so it does not attemp to remove a non-existing path
+ // Clear the path, so it does not attempt to remove a non-existing path
tmpDirToRemove.path.clear();
// Create Version object