summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBenoit Bourbie <bbourbie@slb.com>2013-04-13 16:47:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-12 00:39:05 (GMT)
commit3a51467b94306e77c1b69b374bac33b6672bc177 (patch)
tree73ba56bcbb0811ade6496a1cc906ff295a4e3d7a /INSTALL
parent200732744a32a378b636da4d840aeb410adfb2ad (diff)
downloadgit-3a51467b94306e77c1b69b374bac33b6672bc177.zip
git-3a51467b94306e77c1b69b374bac33b6672bc177.tar.gz
git-3a51467b94306e77c1b69b374bac33b6672bc177.tar.bz2
Typo fix: replacing it's -> its
Signed-off-by: Benoit Bourbie <benoit.bourbie@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 2dc3b61..ba01e74 100644
--- a/INSTALL
+++ b/INSTALL
@@ -101,7 +101,7 @@ Issues of note:
- "openssl" library is used by git-imap-send to use IMAP over SSL.
If you don't need it, use NO_OPENSSL.
- By default, git uses OpenSSL for SHA1 but it will use it's own
+ By default, git uses OpenSSL for SHA1 but it will use its own
library (inspired by Mozilla's) with either NO_OPENSSL or
BLK_SHA1. Also included is a version optimized for PowerPC
(PPC_SHA1).