[pypy-commit] pypy default: fix a typo

mwhudson noreply at buildbot.pypy.org
Thu Jun 9 09:37:11 CEST 2011


Author: Michael Hudson-Doyle <micahel at gmail.com>
Branch: 
Changeset: r44846:02fae2170a7f
Date: 2011-06-09 19:30 +1200
http://bitbucket.org/pypy/pypy/changeset/02fae2170a7f/

Log:	fix a typo

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
@@ -91,7 +91,7 @@
 Remove the GIL
 --------------
 
-This is a major task that requiers lots of thinking. However, few subprojects
+This is a major task that requires lots of thinking. However, few subprojects
 can be potentially specified, unless a better plan can be thought out:
 
 * A thread-aware garbage collector


More information about the pypy-commit mailing list