diff options
author | Vicent Martà <tanoku@gmail.com> | 2011-05-16 08:05:10 -0700 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2011-05-16 08:05:10 -0700 |
commit | 1e70b96e661302a6411eb49cf6ffd66e57c29e0c (patch) | |
tree | 7a1705ab78113bf0c0aefc37b3878277cc5d3370 | |
parent | 5ca2f58057dfd5e0cf03a176782e4daa925a7f0b (diff) | |
parent | cce225bfaceed90c027d44d46680a3dbe182c93b (diff) | |
download | libgit2-1e70b96e661302a6411eb49cf6ffd66e57c29e0c.tar.gz |
Merge pull request #190 from alco/patch-1
Fix a typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Under Unix-like systems, like Linux, *BSD and Mac OS X, libgit2 expects `pthread they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API for threading. -Additionally, he following libraries may be used as replacement for built-in functionality: +Additionally, the following libraries may be used as replacement for built-in functionality: * LibSSL **(optional)** <http://www.openssl.org/> |