diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:21 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-07 13:42:00 +0900 |
commit | 891529792547c55bf8c94ea8831631702492e839 (patch) | |
tree | 7684de74871fb09803ed5f727a6e41cc0a9a0f55 /INSTALL | |
parent | Documentation: fix a bunch of typos, both old and new (diff) | |
download | tgif-891529792547c55bf8c94ea8831631702492e839.tar.xz |
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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |