Commit cce225bfaceed90c027d44d46680a3dbe182c93b

Alexei Sholik 2011-05-16T01:56:20

Fix a typo in README.md

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index b6779bd..7cfde59 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/>