Fix typo

Bug: None
Change-Id: I19aa1333a383fa6708f9ade1040eb1ac333f17b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3762467
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Roland Bock <rbock@google.com>
Tested-by: Roland Bock <rbock@google.com>
diff --git a/scripts/deploy_chrome.py b/scripts/deploy_chrome.py
index 030478a..b434108 100644
--- a/scripts/deploy_chrome.py
+++ b/scripts/deploy_chrome.py
@@ -187,7 +187,7 @@
     if not self.options.force:
       logging.error('Detected that the device has rootfs verification enabled.')
       logging.info('This script can automatically remove the rootfs '
-                   'verification, which requires that it reboot the device.')
+                   'verification, which requires it to reboot the device.')
       logging.info('Make sure the device is in developer mode!')
       logging.info('Skip this prompt by specifying --force.')
       if not cros_build_lib.BooleanPrompt('Remove rootfs verification?', False):