@@ -60,7 +60,7 @@ Python requirements (these are specified in ``setup.py``):
60
60
Libgit2 **v1.9.x **; binary wheels already include libgit2, so you only need to
61
61
worry about this if you install the source package.
62
62
63
- Optional libgit2 dependecies to support ssh and https:
63
+ Optional libgit2 dependencies to support ssh and https:
64
64
65
65
- https: WinHTTP (Windows), SecureTransport (OS X) or OpenSSL.
66
66
- ssh: libssh2 1.9.0 or later, pkg-config
@@ -214,7 +214,7 @@ libgit2 within a virtual environment
214
214
215
215
This is how to install both libgit2 and pygit2 within a virtual environment.
216
216
217
- This is useful if you don't have root acces to install libgit2 system wide.
217
+ This is useful if you don't have root access to install libgit2 system wide.
218
218
Or if you wish to have different versions of libgit2/pygit2 installed in
219
219
different virtual environments, isolated from each other.
220
220
@@ -265,7 +265,7 @@ So you need to either set ``LD_LIBRARY_PATH`` before using pygit2, like:
265
265
Or, like we have done in the instructions above, use the `rpath
266
266
<http://en.wikipedia.org/wiki/Rpath> `_, it hard-codes extra search paths within
267
267
the pygit2 extension modules, so you don't need to set ``LD_LIBRARY_PATH ``
268
- everytime . Verify yourself if curious:
268
+ every time . Verify yourself if curious:
269
269
270
270
.. code-block :: sh
271
271
@@ -317,7 +317,7 @@ source package.
317
317
318
318
The easiest way is to first install libgit2 with the `Homebrew <http://brew.sh >`_
319
319
package manager and then use pip3 for pygit2. The following example assumes that
320
- XCode and Hombrew are already installed.
320
+ XCode and Homebrew are already installed.
321
321
322
322
.. code-block :: sh
323
323
0 commit comments