Index: links_weblink.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/links/links_weblink.module,v
retrieving revision 1.14
diff -u -r1.14 links_weblink.module
--- links_weblink.module        22 Jun 2006 03:35:57 -0000      1.14
+++ links_weblink.module        19 Aug 2006 13:16:06 -0000
@@ -293,7 +293,7 @@
     '#title' => t('Category display columns'),
     '#default_value' => variable_get('links_weblink_catalog_category_cols','2'),
     '#options' => array(1=>1, 2=>2, 3=>3, 4=>4, 5=>5),
-    '#description' => t('If the weblink catalog is enabled, this setting controls the number of columns in the table of catagories that appears at the top of link catalog pages.'),
+    '#description' => t('If the weblink catalog is enabled, this setting controls the number of columns in the table of categories that appears at the top of link catalog pages.'),
   );
 
   return $form;
