[pypy-commit] pypy.org extradoc: Fixed a few typos

alex_gaynor noreply at buildbot.pypy.org
Sat Aug 9 01:02:16 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r520:ec3445c33f07
Date: 2014-08-08 16:02 -0700
http://bitbucket.org/pypy/pypy.org/changeset/ec3445c33f07/

Log:	Fixed a few typos

diff --git a/numpydonate.html b/numpydonate.html
--- a/numpydonate.html
+++ b/numpydonate.html
@@ -126,7 +126,7 @@
 <h1>About estimates and costs</h1>
 <p>For each step, we estimated the time that it would take to complete for an
 experienced developer who is already familiar with the PyPy codebase.  From
-this number, the money is calculated considering a hourly rate of $60, and a
+this number, the money is calculated considering an hourly rate of $60, and a
 5% general donation which goes to the <a class="reference external" href="http://sfconservancy.org/">Software Freedom Conservancy</a> itself, the non-profit
 organization of which the PyPy project is a member and which manages all the
 issues related to donations, payments, and tax-exempt status.</p>
@@ -158,7 +158,7 @@
 for tight loops</li>
 </ul>
 <p>As with all speed improvements, it's relatively hard to predict exactly
-how it'll cope, however we expect the results to be withing an order
+how it'll cope, however we expect the results to be within an order
 of magnitude of handwritten C equivalent.</p>
 <p>Estimated costs: USD$30,000. Estimated duration: 3 months.</p>
 </li>
diff --git a/py3donate.html b/py3donate.html
--- a/py3donate.html
+++ b/py3donate.html
@@ -64,7 +64,7 @@
 continue using Python 2 while others work with Python 3, making it
 harder for everyone.</p>
 <p>The PyPy project is in a unique position in that it could support
-Python 3 without having to discontinue supporting Python 2, with the possibility of reusing a large part of of code base and fully
+Python 3 without having to discontinue supporting Python 2, with the possibility of reusing a large part of the code base and fully
 reusing its unique translation and JIT-Compiler technologies.
 However, it requires a lot of work, and it will take a long time
 before we can complete a Python 3 port if we only wait for volunteer
@@ -115,7 +115,7 @@
 <h2>About estimates and costs</h2>
 <p>For each step, we estimated the time that it would take to complete for an
 experienced developer who is already familiar with the PyPy codebase.  From
-this number, the money is calculated considering a hourly rate of $60, and a
+this number, the money is calculated considering an hourly rate of $60, and a
 5% general donation which goes to the <a class="reference external" href="http://sfconservancy.org/">Software Freedom Conservancy</a> itself, the non-profit
 association of which the PyPy project is a member and which manages all the
 issues related to donations, taxes and payments.</p>
@@ -255,7 +255,7 @@
 some attention towards implementing Python 3. This will not hinder other
 directions in which PyPy is going like improving performance. The goal
 of the PyPy community is to support both Python 2 and Python 3 for the
-forseeable future.</p>
+foreseeable future.</p>
 <p>PyPy's developers make all PyPy software available to the public without
 charge, under PyPy's Open Source copyright license, the permissive MIT
 License.  PyPy's license assures that PyPy is equally available to
diff --git a/source/numpydonate.txt b/source/numpydonate.txt
--- a/source/numpydonate.txt
+++ b/source/numpydonate.txt
@@ -104,7 +104,7 @@
 
 For each step, we estimated the time that it would take to complete for an
 experienced developer who is already familiar with the PyPy codebase.  From
-this number, the money is calculated considering a hourly rate of $60, and a
+this number, the money is calculated considering an hourly rate of $60, and a
 5% general donation which goes to the `Software Freedom Conservancy`_ itself, the non-profit
 organization of which the PyPy project is a member and which manages all the
 issues related to donations, payments, and tax-exempt status.
@@ -145,7 +145,7 @@
     for tight loops
 
   As with all speed improvements, it's relatively hard to predict exactly
-  how it'll cope, however we expect the results to be withing an order
+  how it'll cope, however we expect the results to be within an order
   of magnitude of handwritten C equivalent.
 
   Estimated costs: USD$30,000. Estimated duration: 3 months.
diff --git a/source/py3donate.txt b/source/py3donate.txt
--- a/source/py3donate.txt
+++ b/source/py3donate.txt
@@ -25,7 +25,7 @@
 harder for everyone. 
 
 The PyPy project is in a unique position in that it could support
-Python 3 without having to discontinue supporting Python 2, with the possibility of reusing a large part of of code base and fully
+Python 3 without having to discontinue supporting Python 2, with the possibility of reusing a large part of the code base and fully
 reusing its unique translation and JIT-Compiler technologies.
 However, it requires a lot of work, and it will take a long time
 before we can complete a Python 3 port if we only wait for volunteer
@@ -89,7 +89,7 @@
 
 For each step, we estimated the time that it would take to complete for an
 experienced developer who is already familiar with the PyPy codebase.  From
-this number, the money is calculated considering a hourly rate of $60, and a
+this number, the money is calculated considering an hourly rate of $60, and a
 5% general donation which goes to the `Software Freedom Conservancy`_ itself, the non-profit
 association of which the PyPy project is a member and which manages all the
 issues related to donations, taxes and payments.
@@ -271,7 +271,7 @@
 some attention towards implementing Python 3. This will not hinder other
 directions in which PyPy is going like improving performance. The goal
 of the PyPy community is to support both Python 2 and Python 3 for the
-forseeable future.
+foreseeable future.
 
 PyPy's developers make all PyPy software available to the public without
 charge, under PyPy's Open Source copyright license, the permissive MIT


More information about the pypy-commit mailing list