Fix typo.

Change-Id: I89e9b00d60f1d610977fa4a7096da1554f4009f8
diff --git a/flashtools/debug_board_reset.py b/flashtools/debug_board_reset.py
index 85db6ec..f0ce2d2 100755
--- a/flashtools/debug_board_reset.py
+++ b/flashtools/debug_board_reset.py
@@ -62,7 +62,7 @@
       self._boot_rom()
       time.sleep(5.0)
     elif fastboot:
-      print("Booting fastbbot")
+      print("Booting fastboot")
       self._boot_rom()
       time.sleep(10.0)
     else: