Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-05-09 04:23:00 +00:00
parent 362722b2a1
commit b626d60240
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ creation and upkeep of these files.
.. admonition:: Gettext utilities .. admonition:: Gettext utilities
The ``makemessages`` command (and ``compilemessages`` discussed later) use 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``. ``msgmerge`` and ``msguniq``.
.. versionchanged:: 1.2 .. versionchanged:: 1.2