Spelling: sed -i 's/intial/initial/g'

Change-Id: I5c6fdb3c4cb4efe337a44286a83a6d269021cb66
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
index 1725b66..928d716 100644
--- a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
+++ b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
@@ -112,7 +112,7 @@
   },
   created() {
     this.$store.dispatch('system/getSystem').finally(() => {
-      // Emit intial data fetch complete to parent component
+      // Emit initial data fetch complete to parent component
       this.$root.$emit('hardwareStatus::system::complete');
     });
   }