emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 0acef63 1/2: magit-process-password-prompt: Fix


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 0acef63 1/2: magit-process-password-prompt: Fix a doc-string typo
Date: Sun, 19 Sep 2021 22:57:28 -0400 (EDT)

branch: elpa/git-commit
commit 0acef63e0d7b7028d747fc02b1745d29e0c4cb83
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    magit-process-password-prompt: Fix a doc-string typo
---
 lisp/magit-process.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index 953b2a5..cd0fc7c 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -873,7 +873,7 @@ To use this function add it to the appropriate hook
 Use `magit-process-password-prompt-regexps' to find a known
 prompt.  If and only if one is found, then call functions in
 `magit-process-find-password-functions' until one of them returns
-the password.  If all function return nil, then read the password
+the password.  If all functions return nil, then read the password
 from the user."
   (when-let ((prompt (magit-process-match-prompt
                       magit-process-password-prompt-regexps string)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]