summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beer <[email protected]>2015-07-29 11:28:34 +0200
committerAndreas Beer <[email protected]>2015-07-29 11:28:34 +0200
commit08d30893b6268ff655e4b3661dbc26c22515b1b0 (patch)
tree59ba6ee7da36cc6754959da18c0629d36b3a26bd
parent47d82916e2f9720470a44db22ed942ffcca20a20 (diff)
Headline typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49e1ae9..a5e6100 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Run `go get -d github.com/libgit2/git2go` to download the code and go to your `$
will compile libgit2. Run `go install` so that it's statically linked to the git2go package.
-Paralellism and network operations
+Parallelism and network operations
----------------------------------
libgit2 uses OpenSSL and LibSSH2 for performing encrypted network connections. For now, git2go asks libgit2 to set locking for OpenSSL. This makes HTTPS connections thread-safe, but it is fragile and will likely stop doing it soon. This may also make SSH connections thread-safe if your copy of libssh2 is linked against OpenSSL. Check libgit2's `THREADSAFE.md` for more information.