branch: elpa/magit
commit c7147bb800a4083ba9644381203008f0510d499d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-git-insert: Fix docstring typo
---
lisp/magit-git.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index fb8e46477ab..e676d011c33 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -453,7 +453,7 @@ a boolean, then raise an error."
(defun magit-git-insert (&rest args)
"Execute Git with ARGS, insert stdout at point and return exit code.
-If `magit-git-debug' in non-nil and the exit code is non-zero, then
+If `magit-git-debug' is non-nil and the exit code is non-zero, then
insert the run command and stderr into the process buffer."
(apply #'magit--git-insert nil args))