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: I562cc5b407fb2a3a728c6167aaab75acde3adfca
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/tools/dreport.d/dreport b/tools/dreport.d/dreport
index 908d6ec..c37c193 100755
--- a/tools/dreport.d/dreport
+++ b/tools/dreport.d/dreport
@@ -257,7 +257,7 @@
         exit;
     fi
 
-    #Initilize the summary log
+    #Initialize the summary log
     init_summary
 
     #collect data based on the type.
@@ -268,7 +268,7 @@
     if [[ ${result} -ne $SUCCESS ]]; then
         echo $($TIME_STAMP) "Error: Failed to package, Exiting"
     else
-        echo $($TIME_STAMP) "Sucessfully completed"
+        echo $($TIME_STAMP) "Successfully completed"
         exit;
     fi
 }