Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I2ca3fd16d7cc84fdce63089b47fefb8f128894fd
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/image_verify.cpp b/image_verify.cpp
index c8d3311..7d59910 100644
--- a/image_verify.cpp
+++ b/image_verify.cpp
@@ -221,7 +221,7 @@
     // Adds all digest algorithms to the internal table
     OpenSSL_add_all_digests();
 
-    // Create Hash structre.
+    // Create Hash structure.
     auto hashStruct = EVP_get_digestbyname(hashFunc.c_str());
     if (!hashStruct)
     {