1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-01 20:36:33 +02:00

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>
This commit is contained in:
Elijah Newren 2019-11-05 17:07:21 +00:00 committed by Junio C Hamano
parent 031fd4b93b
commit 8915297925
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ Issues of note:
- Git is reasonably self-sufficient, but does depend on a few external - 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 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. config.mak file.
- "zlib", the compression library. Git won't build without it. - "zlib", the compression library. Git won't build without it.

View File

@ -49,7 +49,7 @@ opcode.
Repository sections are matched on the basename of the repository Repository sections are matched on the basename of the repository
(after removing the .git suffix). (after removing the .git suffix).
The opcode abbrevations are: The opcode abbreviations are:
C: create new ref C: create new ref
D: delete existing ref D: delete existing ref

View File

@ -563,7 +563,7 @@ sub get_record {
Query user C<PROMPT> and return answer from user. Query user C<PROMPT> and return answer from user.
Honours GIT_ASKPASS and SSH_ASKPASS environment variables for querying 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. the terminal is tried as a fallback.
If C<ISPASSWORD> is set and true, the terminal disables echo. If C<ISPASSWORD> is set and true, the terminal disables echo.