[Checkins] SVN: developer_docs/trunk/source/ typos

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Apr 22 11:14:03 EDT 2010


Log message for revision 111270:
  typos

Changed:
  U   developer_docs/trunk/source/development-culture.rst
  U   developer_docs/trunk/source/repository-browsing.rst

-=-
Modified: developer_docs/trunk/source/development-culture.rst
===================================================================
--- developer_docs/trunk/source/development-culture.rst	2010-04-22 15:08:46 UTC (rev 111269)
+++ developer_docs/trunk/source/development-culture.rst	2010-04-22 15:14:02 UTC (rev 111270)
@@ -26,7 +26,7 @@
      $ /path/to/python setup.py test
 
 - Integation or functional tests may require a more elaborate test runner,
-  such as the one provoided by :mod:`zope.testrunner`.  Most projects have
+  such as the one provided by :mod:`zope.testrunner`.  Most projects have
   built-in support for setting up this testrunner using :mod:`zc.buildout`.
   (see :ref:`using-buildout`).
 
@@ -37,8 +37,8 @@
 
 While some older projects may not be completely in line with this
 culture, we are committed to moving them all closer with any change.
-As a corollary:  if you are suubmitting a patch to a project in this
-repository, and you want expedite its acceptance, ensure that your patch
+As a corollary:  if you are submitting a patch to a project in this
+repository, and you want to expedite its acceptance, ensure that your patch
 maintains or improves the target project's conformance to these goals.
 
 See these other resources on coding style in Zope projects:
@@ -54,7 +54,7 @@
 ----------------------
 
 Each project should consist of a single, top-level project folder in
-Subverion, containing three conventional folders:  ``trunk``, where the
+Subversion, containing three conventional folders:  ``trunk``, where the
 majority of development work occurs, ``tags``, containing the "pristine"
 tags made when releasing the project, and ``branches``, containing both
 "maintenance" branches where bug fixes to a released version might be

Modified: developer_docs/trunk/source/repository-browsing.rst
===================================================================
--- developer_docs/trunk/source/repository-browsing.rst	2010-04-22 15:08:46 UTC (rev 111269)
+++ developer_docs/trunk/source/repository-browsing.rst	2010-04-22 15:14:02 UTC (rev 111270)
@@ -21,11 +21,11 @@
 Many Zope-related projects have mirrors of the "trunk" of their project
 in Subversion imported into Launchpad as Bazaar branches.  These imports
 provide a web interface as well, allowing developers to browse the source,
-the changeset history, and any outsdanding merge requests.  See for instance
+the changeset history, and any outstanding merge requests.  See for instance
 the ZTK project group's branch overview:
 
   https://code.launchpad.net/zopetoolkit
 
-and the "zope.org" projecg group's branch overview:
+and the "zope.org" project group's branch overview:
 
   https://code.launchpad.net/zope



More information about the checkins mailing list