summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/committers.txt4
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/internals/howto-release-django.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt
index 663a849a08..7b60f285cf 100644
--- a/docs/internals/committers.txt
+++ b/docs/internals/committers.txt
@@ -414,9 +414,9 @@ Anssi Kääriäinen
Florian Apolloner
Florian is currently studying Physics at the `Graz University of Technology`_.
Soon after he started using Django he joined the `Ubuntuusers webteam`_ to
- work on *Inyoka*, the software powering the whole Ubuntusers site.
+ work on *Inyoka*, the software powering the whole Ubuntuusers site.
- For the time beeing he lives in Graz, Austria (not Australia ;)).
+ For the time being he lives in Graz, Austria (not Australia ;)).
.. _Graz University of Technology: http://tugraz.at/
.. _Ubuntuusers webteam: http://wiki.ubuntuusers.de/ubuntuusers/Webteam
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index fdae4ea540..f64cc53d25 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -537,7 +537,7 @@ details on these changes.
* ``django.db.models.fields.XMLField`` will be removed. This was
deprecated as part of the 1.3 release. An accelerated deprecation
schedule has been used because the field hasn't performed any role
- beyond that of a simple ``TextField`` since the removal of oldforms.
+ beyond that of a simple ``TextField`` since the removal of ``oldforms``.
All uses of ``XMLField`` can be replaced with ``TextField``.
* The undocumented ``mixin`` parameter to the ``open()`` method of
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 2cf753d65d..761284ee90 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -100,7 +100,7 @@ any time leading up to the actual release:
are left for the upcoming release.
#. Check with the other committers to make sure they don't have any
- un-committed changes for the release.
+ uncommitted changes for the release.
#. Proofread the release notes, including looking at the online
version to catch any broken links or reST errors, and make sure the