From dd167aa91eff417cf30de3128bf5a83a56c0cd49 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 10 Jan 2010 21:51:14 +0000 Subject: [PATCH] Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English language git-svn-id: http://code.djangoproject.com/svn/django/trunk@12201 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/comments/forms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/comments/forms.txt b/docs/ref/contrib/comments/forms.txt index af0c59a27e..3eacb5db54 100644 --- a/docs/ref/contrib/comments/forms.txt +++ b/docs/ref/contrib/comments/forms.txt @@ -45,4 +45,4 @@ forms that you can subclass to reuse pieces of the form handling logic: Handles the details of the comment itself. This class contains the ``name``, ``email``, ``url``, and the ``comment`` - field itself, along with the associated valdation logic. \ No newline at end of file + field itself, along with the associated validation logic. \ No newline at end of file