branch: externals/diff-hl
commit b7c357ee903694bbce85a144a86bf4d0c30821a3
Merge: b9a69265a3 90d46e78cd
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: GitHub <nore...@github.com>

    Merge pull request #199 from gekoke/master
    
    Fix typo
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index 7717ef64fe..9c94da5cff 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -755,7 +755,7 @@ Only supported with Git."
     (when success
       (if diff-hl-show-staged-changes
           (message (concat "Hunk staged; customize 
`diff-hl-show-staged-changes'"
-                           " to highlight only unstages changes"))
+                           " to highlight only unstaged changes"))
         (message "Hunk staged"))
       (unless diff-hl-show-staged-changes
         (diff-hl-update)))))

Reply via email to