Fixed typos/unclarities in README.md #233

Merged
tuexss merged 2 commits from typos into master 2015-07-29 14:05:09 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 08d30893b6 - Show all commits

View File

@ -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. 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. 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.