diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-29 18:39:48 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-29 18:39:48 +0200 |
| commit | d47fedd1df6fd1b33454d9137d0496960ba72c04 (patch) | |
| tree | 17712f10cd6ad1236b03095116ddd04e761ec4f9 | |
| parent | 1477c67c0772abd459c828e8be686abff4b87d15 (diff) | |
magit-process-git-arguments: Fix typo in docstring
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 2026d2f..a27ccfc 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -394,7 +394,7 @@ to do the following. * Prepend `magit-git-global-arguments' to ARGS. * If ASYNC is non-nil and `magit-overriding-githook-directory' is non-nil - and valid, set `core.hooksPath' by adding additional aguments to ARGS. + and valid, set `core.hooksPath' by adding additional arguments to ARGS. * Flatten ARGS, removing nil arguments. * If `system-type' is `windows-nt', encode ARGS to `w32-ansi-code-page'." (cond ((not async)) |
