--- workflow.module	2009-12-07 10:24:39.000000000 -0200
+++ workflow.module.new	2009-12-07 10:09:33.000000000 -0200
@@ -1001,7 +1001,7 @@
  * Save a workflow's name in the database.
  *
  * @param $wid
- *   The ID of the workflowl
+ *   The ID of the workflow.
  * @param $name
  *   The name of the workflow.
  * @param $tab_roles
Index: workflow.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/workflow.module,v
retrieving revision 1.83.2.2
diff -u -p -r1.83.2.2 workflow.module
--- workflow.module	23 Oct 2009 15:02:38 -0000	1.83.2.2
+++ workflow.module	7 Dec 2009 12:34:35 -0000
@@ -1010,7 +1010,7 @@ function workflow_create($name) {
  * Save a workflow's name in the database.
  *
  * @param $wid
- *   The ID of the workflowl
+ *   The ID of the workflow.
  * @param $name
  *   The name of the workflow.
  * @param $tab_roles
@@ -1517,4 +1517,4 @@ function workflow_token_list($type = 'al
   }
 
   return $tokens;
-}
\ No newline at end of file
+}
