app/soc/views/helper/dynaform.py
changeset 1026 e93271e9c70e
parent 1023 d849b47645f9
child 1307 091a21cf3627
--- 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