summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 17:07:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-07 04:42:00 (GMT)
commit891529792547c55bf8c94ea8831631702492e839 (patch)
tree7684de74871fb09803ed5f727a6e41cc0a9a0f55 /perl
parent031fd4b93b8182761948aa348565118955f48307 (diff)
downloadgit-891529792547c55bf8c94ea8831631702492e839.zip
git-891529792547c55bf8c94ea8831631702492e839.tar.gz
git-891529792547c55bf8c94ea8831631702492e839.tar.bz2
Fix spelling errors in documentation outside of Documentation/
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/Git.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm
index 62c472e..54c9ed0 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -563,7 +563,7 @@ sub get_record {
Query user C<PROMPT> and return answer from user.
Honours GIT_ASKPASS and SSH_ASKPASS environment variables for querying
-the user. If no *_ASKPASS variable is set or an error occoured,
+the user. If no *_ASKPASS variable is set or an error occurred,
the terminal is tried as a fallback.
If C<ISPASSWORD> is set and true, the terminal disables echo.