Index: wikitools.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wikitools/wikitools.module,v
retrieving revision 1.4.2.6
diff -u -r1.4.2.6 wikitools.module
--- wikitools.module	25 Feb 2008 21:56:24 -0000	1.4.2.6
+++ wikitools.module	13 May 2008 19:42:26 -0000
@@ -406,9 +406,9 @@
       if (!$nid && wikitools_treat_dash_as_space()) {
         $nid = db_result(db_query("SELECT nid FROM {node} WHERE LOWER(REPLACE(title, '-', ' ')) = LOWER(REPLACE('%s', '-', ' ')) AND $types_clause", $node->title));
       }
-      // It is only an error if the node which alredy exists is not the currently edited node.
+      // It is only an error if the node which already exists is not the currently edited node.
       if ($nid && $nid != $node->nid) {
-        form_set_error('title', t('A <a href="@page_url">page</a> with this name alredy exists.', array('@page_url' => url("node/$nid"))));
+        form_set_error('title', t('A <a href="@page_url">page</a> with this name already exists.', array('@page_url' => url("node/$nid"))));
       }
     }
     // Check for disallowed characters in title.
