summaryrefslogtreecommitdiff
path: root/docs/forms.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-10-23 07:59:30 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-10-23 07:59:30 +0000
commit025980be53b424a036d940baca773a0bdd74e712 (patch)
treeacf987eccc82dd2f0fe807dc59438f3d99b5d84e /docs/forms.txt
parentc60853e2880c2344d4b61ecb8240264160f01784 (diff)
Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
-rw-r--r--docs/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forms.txt b/docs/forms.txt
index ceb7a1addd..4a4ba37289 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -579,7 +579,7 @@ fails. If no message is passed in, a default message is used.
``ValidateIfOtherFieldEquals``
Takes three parameters: ``other_field``, ``other_value`` and
``validator_list``, in that order. If ``other_field`` has a value of
- ``other_vaue``, then the validators in ``validator_list`` are all run
+ ``other_value``, then the validators in ``validator_list`` are all run
against the current field.
``RequiredIfOtherFieldNotGiven``