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 @@ 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)))