branch: externals/bug-hunter
commit 6e66ec37ab62f3900d50918e64127284be78ad6e
Author: Ivan Malison <[email protected]>
Commit: Ivan Malison <[email protected]>

    Add missing word in user prompt.
---
 bug-hunter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bug-hunter.el b/bug-hunter.el
index 0538ac6..9cdb4f6 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -393,7 +393,7 @@ are evaluated."
     ;; Prepare buffer, and make sure they've seen it.
     (switch-to-buffer (bug-hunter--init-report-buffer assertion 
bug-hunter--estimate))
     (when (eq assertion 'interactive)
-      (read-char-choice "Please the instructions above and type 6 when ready. 
" '(?6)))
+      (read-char-choice "Please read the instructions above and type 6 when 
ready. " '(?6)))
 
     (cond
      ;; Check for errors when reading the init file.

Reply via email to