Fixed typo's in soc/views/helper/dynaform.py.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 28 Jan 2009 11:15:32 +0000
changeset 1026 e93271e9c70e
parent 1025 1f83f05f522b
child 1027 9633a6a5e5f9
Fixed typo's in soc/views/helper/dynaform.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/helper/dynaform.py
--- a/app/soc/views/helper/dynaform.py	Wed Jan 28 02:28:52 2009 +0000
+++ b/app/soc/views/helper/dynaform.py	Wed Jan 28 11:15:32 2009 +0000
@@ -105,7 +105,7 @@
   If any of dynainclude, dynaexclude or dynafields are not present,
   they are retrieved from dynaform (if present in it's Meta class).
 
-  While it is rather useles to extend from a dynaform that does not have
+  While it is rather useless to extend from a dynaform that does not have
   a Meta class, it is allowed, the resulting DynaForm is the same as if
   newDynaForm was called with all extendDynForm's keyword arguments.
 
@@ -135,7 +135,7 @@
       dynainclude += originclude
       dynaexclude += origexclude
 
-    # The most intersting parameter, the 'extra fields' dictionary
+    # The most interesting parameter, the 'extra fields' dictionary
     dynaconf = getattr(meta, 'dynaconf', {})
     if not dynafields:
       dynafields = dynaconf