[1.8.x] Fixed typo in current_app deprecation note.

Backport of 6b605be5fe from master
This commit is contained in:
Preston Timmons 2015-03-11 11:03:57 -05:00 committed by Simon Charette
parent aba74d6f1e
commit 2982143dac
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ different contexts.
.. deprecated:: 1.8
The ``curent_app`` argument is deprecated. If you need it, you must
The ``current_app`` argument is deprecated. If you need it, you must
now use a :class:`RequestContext` instead of a :class:`Context`.
For details, see :ref:`playing-with-context` below.