[pypy-commit] cffi fix-typo: Fix a typo in installation

Hiroshi Hatake pypy.commits at gmail.com
Thu Jan 11 03:14:14 EST 2018


Author: Hiroshi Hatake <cosmo0920.oucc at gmail.com>
Branch: fix-typo
Changeset: r3064:c597a8bf02bf
Date: 2018-01-10 16:01 +0900
http://bitbucket.org/cffi/cffi/changeset/c597a8bf02bf/

Log:	Fix a typo in installation

	Aternatively → Alternatively

diff --git a/doc/source/installation.rst b/doc/source/installation.rst
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -114,7 +114,7 @@
     PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig pip install cffi
 
 
-Aternatively, **on OS/X 10.6** (Thanks Juraj Sukop for this)
+Alternatively, **on OS/X 10.6** (Thanks Juraj Sukop for this)
 
 For building libffi you can use the default install path, but then, in
 ``setup.py`` you need to change::


More information about the pypy-commit mailing list