Skip to content

Commit

Permalink
Fix spelling errors in documentation outside of Documentation/
Browse files Browse the repository at this point in the history
Reported-by: Jens Schleusener <[email protected]>
Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Nov 7, 2019
1 parent 031fd4b commit 8915297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Issues of note:

- Git is reasonably self-sufficient, but does depend on a few external
programs and libraries. Git can be used without most of them by adding
the approriate "NO_<LIBRARY>=YesPlease" to the make command line or
the appropriate "NO_<LIBRARY>=YesPlease" to the make command line or
config.mak file.

- "zlib", the compression library. Git won't build without it.
Expand Down
2 changes: 1 addition & 1 deletion contrib/hooks/update-paranoid
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ opcode.
Repository sections are matched on the basename of the repository
(after removing the .git suffix).
The opcode abbrevations are:
The opcode abbreviations are:
C: create new ref
D: delete existing ref
Expand Down
2 changes: 1 addition & 1 deletion perl/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8915297

Please sign in to comment.