summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2011-05-16 08:05:10 -0700
committerVicent Martí <tanoku@gmail.com>2011-05-16 08:05:10 -0700
commit1e70b96e661302a6411eb49cf6ffd66e57c29e0c (patch)
tree7a1705ab78113bf0c0aefc37b3878277cc5d3370
parent5ca2f58057dfd5e0cf03a176782e4daa925a7f0b (diff)
parentcce225bfaceed90c027d44d46680a3dbe182c93b (diff)
downloadlibgit2-1e70b96e661302a6411eb49cf6ffd66e57c29e0c.tar.gz
Merge pull request #190 from alco/patch-1
Fix a typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6779bd84..7cfde59f8 100644
--- a/README.md
+++ b/README.md
@@ -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/>