Typo fixes in code documentation

Change-Id: Ia0fe1d6d2a12d3a3dc081d2587806e78dbc5b807
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/run-qemu-robot-test.sh b/run-qemu-robot-test.sh
index 70456ac..f3e0732 100755
--- a/run-qemu-robot-test.sh
+++ b/run-qemu-robot-test.sh
@@ -140,7 +140,7 @@
     result=$(docker logs $obmc_qemu_docker)
     if grep -q 'OPENBMC-READY' <<< $result ; then
       echo "QEMU is ready!"
-      # Give QEMU a few secs to stablize
+      # Give QEMU a few secs to stabilize
       sleep $delay
       break
     fi