aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-18 15:37:59 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-18 15:37:59 -0400
commit9a4b55a92d2e65dd07e6207d7936c80bc09e5ad8 (patch)
tree8a98ddf3e6af969edf01da246e20f83afb1dee62 /lisp
parentcd22f7e300a6e5b13b39d3e8d8224089491d7830 (diff)
magit-git-insert: fix docstring typo
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-git.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 744e89f..25ba7aa 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -203,8 +203,8 @@ string \"false\", otherwise return nil."
(defun magit-git-insert (&rest args)
"Execute Git with ARGS, inserting its output at point.
-If Git exits with a non-zero exit status, then report show a
-message and add a section in the respective process buffer."
+If Git exits with a non-zero exit status, then show a message and
+add a section in the respective process buffer."
(setq args (magit-process-git-arguments args))
(if magit-git-debug
(let (log)