summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/committers.txt2
-rw-r--r--docs/internals/contributing/localizing.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt
index 7b60f285cf..4a77b586cf 100644
--- a/docs/internals/committers.txt
+++ b/docs/internals/committers.txt
@@ -408,7 +408,7 @@ Anssi Kääriäinen
Django as a great match for that use case.
Anssi is interested in developing the object relational mapper (ORM) and
- all related features. He's also a fan of benckmarking and he tries keep
+ all related features. He's also a fan of benchmarking and he tries keep
Django as fast as possible.
Florian Apolloner
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index 1b23a2296c..7705098143 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -22,7 +22,7 @@ translating or add a language that isn't yet translated, here's what to do:
* Make sure you read the notes about :ref:`specialties-of-django-i18n`.
-* Signup at `Transifex`_ and visit the `Django project page`_.
+* Sign up at `Transifex`_ and visit the `Django project page`_.
* On the `Django project page`_, choose the language you want to work on,
**or** -- in case the language doesn't exist yet --
@@ -37,7 +37,7 @@ translating or add a language that isn't yet translated, here's what to do:
* Once you are a member of a team choose the translation resource you
want to update on the team page. For example the "core" resource refers
- to the translation catalogue that contains all non-contrib translations.
+ to the translation catalog that contains all non-contrib translations.
Each of the contrib apps also have a resource (prefixed with "contrib").
.. note::