branch: externals/diff-hl
commit 90d46e78cdf3321ed11ae3dfa917888e3f6d1da4
Author: gekoke <[email protected]>
Commit: GitHub <[email protected]>
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)))))