Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.44.4.82
diff -u -p -r1.44.4.82 pathauto.module
--- pathauto.module	19 Feb 2008 20:52:36 -0000	1.44.4.82
+++ pathauto.module	20 Feb 2008 02:39:40 -0000
@@ -586,7 +586,7 @@ function pathauto_nodeapi(&$node, $op, $
         if ($pattern) {
           // If the box is checked we should alias it
           // If the box is not checked, but the user doesn't have the perms on the box we should alias it
-          if ($node->pathauto_perform_alias || !user_access('ceate url aliases')) {
+          if ($node->pathauto_perform_alias || !user_access('create url aliases')) {
             $placeholders = pathauto_get_placeholders('node', $node);
             $src = "node/$node->nid";
             $alias = pathauto_create_alias('node', $op, $placeholders, $src, $node->nid, $node->type);
