summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:31:49 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-05-09 04:31:49 +0000
commit947c8ce3b42e4da41bc58be60e37cb3bcde23027 (patch)
tree1a66aac68c857c1f1d02290065be783d6ad11fe4
parentd5ed0302289db2a8b64ebd29ca1081dab364d1ee (diff)
[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch.
Backport of r13143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/i18n/localization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt
index 1bc80794e4..a3e0fc9683 100644
--- a/docs/topics/i18n/localization.txt
+++ b/docs/topics/i18n/localization.txt
@@ -56,7 +56,7 @@ creation and upkeep of these files.
.. admonition:: Gettext utilities
The ``makemessages`` command (and ``compilemessages`` discussed later) use
- commands from the GNU gettext toolset: ``xgetetxt``, ``msgfmt``,
+ commands from the GNU gettext toolset: ``xgettext``, ``msgfmt``,
``msgmerge`` and ``msguniq``.
To create or update a message file, run this command::