about summary refs log tree commit diff
path: root/third_party/git/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/INSTALL')
-rw-r--r--third_party/git/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/git/INSTALL b/third_party/git/INSTALL
index 22c364f34f..c39006e8e7 100644
--- a/third_party/git/INSTALL
+++ b/third_party/git/INSTALL
@@ -109,15 +109,15 @@ 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 appropriate "NO_<LIBRARY>=YesPlease" to the make command line or
+   the approriate "NO_<LIBRARY>=YesPlease" to the make command line or
    config.mak file.
 
 	- "zlib", the compression library. Git won't build without it.
 
 	- "ssh" is used to push and pull over the net.
 
-	- A POSIX-compliant shell is required to run some scripts needed
-	  for everyday use (e.g. "bisect", "request-pull").
+	- A POSIX-compliant shell is required to run many scripts needed
+	  for everyday use (e.g. "bisect", "pull").
 
 	- "Perl" version 5.8 or later is needed to use some of the
 	  features (e.g. preparing a partial commit using "git add -i/-p",