Author: Carl Friedrich Bolz-Tereick <cfb...@gmx.de>
Branch: 
Changeset: r94445:a614238235c7
Date: 2018-04-25 14:57 +0200
http://bitbucket.org/pypy/pypy/changeset/a614238235c7/

Log:    fix typos (thanks lesshaste and __pv)

diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst
--- a/pypy/doc/release-v6.0.0.rst
+++ b/pypy/doc/release-v6.0.0.rst
@@ -8,18 +8,18 @@
 the dual release.
 
 This release is a feature release following our previous 5.10 incremental
-release in late December 2017. Our C-API compatability layer ``cpyext`` is
+release in late December 2017. Our C-API compatibility layer ``cpyext`` is
 now much faster (see the `blog post`_) as well as more complete. We have made
 many other improvements in speed and CPython compatibility. Since the changes
 affect the included python development header files, all c-extension modules 
must
 be recompiled for this version.
 
-Until we can work with downstream providers to distruibute builds with PyPy, we
+Until we can work with downstream providers to distribute builds with PyPy, we
 have made packages for some common packages `available as wheels`_. You may
 compile yourself using ``pip install --no-build-isolation <package>``, the
 ``no-build-isolation`` is currently needed for pip v10.
 
-First-time python users are often stumped by silly typos and emissions when
+First-time python users are often stumped by silly typos and omissions when
 getting started writing code. We have improved our parser to emit more friendly
 `syntax errors`_,  making PyPy not only faster but more friendly.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to