summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 17:07:21 +0000
committerJunio C Hamano <gitster@pobox.com>2019-11-07 13:42:00 +0900
commit891529792547c55bf8c94ea8831631702492e839 (patch)
tree7684de74871fb09803ed5f727a6e41cc0a9a0f55 /INSTALL
parent031fd4b93b8182761948aa348565118955f48307 (diff)
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>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c39006e8e7..e7ff0a82b6 100644
--- 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.