diff --git a/link.module b/link.module
index 16a5fad..4216a3e 100644
--- a/link.module
+++ b/link.module
@@ -195,7 +195,7 @@ function link_field_instance_settings_form($field, $instance) {
   $form['attributes']['title'] = array(
     '#title' => t("Default link 'title' Attribute"),
     '#type' => 'textfield',
-    '#description' => t('When output, links will use this "title" attribute if the user does not provide one and when different from the link text. Read <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#links">WCAG 1.0 Guidelines</a> for links comformances. Tokens values will be evaluated.'),
+    '#description' => t('When output, links will use this "title" attribute if the user does not provide one and when different from the link text. Read <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#links">WCAG 1.0 Guidelines</a> for links conformances. Tokens values will be evaluated.'),
     '#default_value' => empty($instance['settings']['attributes']['title']) ? '' : $instance['settings']['attributes']['title'],
     '#field_prefix' => 'title = "',
     '#field_suffix' => '"',
