Index: link.module =================================================================== RCS file: /cvs/drupal/contributions/modules/link/link.module,v retrieving revision 1.24 diff -u -p -r1.24 link.module --- link.module 31 Mar 2008 06:50:42 -0000 1.24 +++ link.module 6 Apr 2009 19:42:15 -0000 @@ -36,7 +36,7 @@ function link_field_settings($op, $field '#title' => t('Optional URL'), '#default_value' => $field['url'], '#return_value' => 'optional', - '#description' => t('If checked, the URL field is optional and submitting a title alone will be acceptable. If the URL is ommitted, the title will be displayed as plain text.'), + '#description' => t('If checked, the URL field is optional and submitting a title alone will be acceptable. If the URL is omitted, the title will be displayed as plain text.'), ); $title_options = array(