]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fix spelling errors in documentation outside of Documentation/
authorElijah Newren <newren@gmail.com>
Tue, 5 Nov 2019 17:07:21 +0000 (17:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Nov 2019 04:42:00 +0000 (13:42 +0900)
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>
INSTALL
contrib/hooks/update-paranoid
perl/Git.pm

diff --git a/INSTALL b/INSTALL
index c39006e8e7e5c5be2114b79d50135dc08e3d1aaa..e7ff0a82b62b0c0bab0e6c31b3b69650842480d2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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.
index d18b317b2f018d1d1a5a9677a7bdaf8956d65186..0092d67b8a474367239f8f196a517c288de47dab 100755 (executable)
@@ -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
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.