branch: elpa/magit
commit b10e03587499b09c99beb017f464480c664d8a1c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-wip.el: Remove incorrect number from commentary
There are more than three such modes now, but soon there
will only be one. In addition this removes a typo. ;P
---
lisp/magit-wip.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el
index 5745cedd1f4..b42fdd365ee 100644
--- a/lisp/magit-wip.el
+++ b/lisp/magit-wip.el
@@ -22,7 +22,7 @@
;;; Commentary:
-;; This library defines tree global modes which automatically commit
+;; This library defines global modes which automatically commit
;; snapshots to branch-specific work-in-progress refs before and after
;; making changes, and two commands which can be used to do so on
;; demand.