Git fork

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>

authored by

Elijah Newren and committed by
Junio C Hamano
89152979 031fd4b9

+3 -3
+1 -1
INSTALL
··· 109 109 110 110 - Git is reasonably self-sufficient, but does depend on a few external 111 111 programs and libraries. Git can be used without most of them by adding 112 - the approriate "NO_<LIBRARY>=YesPlease" to the make command line or 112 + the appropriate "NO_<LIBRARY>=YesPlease" to the make command line or 113 113 config.mak file. 114 114 115 115 - "zlib", the compression library. Git won't build without it.
+1 -1
contrib/hooks/update-paranoid
··· 49 49 Repository sections are matched on the basename of the repository 50 50 (after removing the .git suffix). 51 51 52 - The opcode abbrevations are: 52 + The opcode abbreviations are: 53 53 54 54 C: create new ref 55 55 D: delete existing ref
+1 -1
perl/Git.pm
··· 563 563 Query user C<PROMPT> and return answer from user. 564 564 565 565 Honours GIT_ASKPASS and SSH_ASKPASS environment variables for querying 566 - the user. If no *_ASKPASS variable is set or an error occoured, 566 + the user. If no *_ASKPASS variable is set or an error occurred, 567 567 the terminal is tried as a fallback. 568 568 If C<ISPASSWORD> is set and true, the terminal disables echo. 569 569