]> git.ipfire.org Git - thirdparty/git.git/blobdiff - perl/Git.pm
Fix spelling errors in documentation outside of Documentation/
[thirdparty/git.git] / perl / Git.pm
index 62c472e0ce41d507e88df86f6a022d1a08fbc4a6..54c9ed0ddee52e4d5b59b59b74e0dbc738ae3ac9 100644 (file)
@@ -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.