branch: externals/greenbar
commit 89960e82af716e1d8e0b20a7463ca67bdf2466ce
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typo
---
 greenbar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/greenbar.el b/greenbar.el
index aba9150735..107a387bfa 100644
--- a/greenbar.el
+++ b/greenbar.el
@@ -131,7 +131,7 @@ theme followed by the list bar colors.")
                  (mapcar #'color-defined-p color-list))))
 
 (defun greenbar-is-command-input (_start end)
-  "Return non-nil, if input is in region betweeen START and END."
+  "Return non-nil, if input is in region between START and END."
   (= end comint-last-input-end))
 
 (defun greenbar-next-bar ()

Reply via email to