Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r69720:45869be00209
Date: 2014-03-05 11:27 +0100
http://bitbucket.org/pypy/pypy/changeset/45869be00209/

Log:    typos

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -11,7 +11,7 @@
 `mailing list`_. This is simply for the reason that small possible projects
 tend to change very rapidly.
 
-This list is mostly for having on overview on potential projects. This list is
+This list is mostly for having an overview on potential projects. This list is
 by definition not exhaustive and we're pleased if people come up with their
 own improvement ideas. In any case, if you feel like working on some of those
 projects, or anything else in PyPy, pop up on IRC or write to us on the
@@ -71,7 +71,7 @@
 different ways to represent a unicode string, depending on whether the string
 fits into ASCII, has only two-byte characters or needs four-byte characters.
 
-The actual details would be rather differen in PyPy, but we would like to have
+The actual details would be rather different in PyPy, but we would like to have
 the same optimization implemented.
 
 Or maybe not.  We can also play around with the idea of using a single
@@ -142,7 +142,7 @@
 
 * `hg`
 
-Embedding PyPy
+Embedding PyPy and improving CFFI
 ----------------------------------------
 
 Note: there is a basic proof-of-concept for that as a `uwsgi pypy plugin`_
@@ -154,6 +154,8 @@
 a dynamic-link library with whatever C API we want.  This gives us a
 one-size-fits-all generic way to make .so/.dll files from Python.
 
+This would fit well in a "redesign CFFI" work.
+
 .. _`uwsgi pypy plugin`: http://uwsgi-docs.readthedocs.org/en/latest/PyPy.html
 
 Optimising cpyext (CPython C-API compatibility layer)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to