summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-10-24 07:45:54 -0700
committerVicent Martí <vicent@github.com>2013-10-24 07:45:54 -0700
commitfd5d80d25ae50b9f6491868e4e5c06ea017bbdb0 (patch)
tree12cd0ae99d384deee68176f873c3b47e5897abc8
parent474c8cf8329c96782942763712d372534e862f32 (diff)
parent63d1fad47063a256de002f2c9d8228accac6721d (diff)
downloadlibgit2-fd5d80d25ae50b9f6491868e4e5c06ea017bbdb0.tar.gz
Merge pull request #1907 from nikai3d/patch-1
fix typos in README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f400a9fae..ce5e22915 100644
--- a/README.md
+++ b/README.md
@@ -123,8 +123,8 @@ Android
-------
Extract toolchain from NDK using, `make-standalone-toolchain.sh` script.
-Optionaly, crosscompile and install OpenSSL inside of it. Then create CMake
-toolchain file that configures paths to your crosscompiler (substitude `{PATH}`
+Optionally, crosscompile and install OpenSSL inside of it. Then create CMake
+toolchain file that configures paths to your crosscompiler (substitute `{PATH}`
with full path to the toolchain):
SET(CMAKE_SYSTEM_NAME Linux)
@@ -166,7 +166,7 @@ Here are the bindings to libgit2 that are currently available:
* luagit2 <https://github.com/libgit2/luagit2>
* .NET
* libgit2sharp <https://github.com/libgit2/libgit2sharp>
- * libgit2net, low level bindings superceeded by libgit2sharp <https://github.com/txdv/libgit2net>
+ * libgit2net, low level bindings superseded by libgit2sharp <https://github.com/txdv/libgit2net>
* Node.js
* node-gitteh <https://github.com/libgit2/node-gitteh>
* nodegit <https://github.com/tbranyen/nodegit>