diff --git a/taxonomy_vocab_relate.module b/taxonomy_vocab_relate.module
index 3af71b7..50c81f4 100644
--- a/taxonomy_vocab_relate.module
+++ b/taxonomy_vocab_relate.module
@@ -13,7 +13,7 @@ function taxonomy_vocab_relate_form_alter(&$form, $form_state, $form_id) {
     
     $form['settings']['tvr'] = array(
       '#type' => 'fieldset',
-      '#title' => t('Taxonomy Vocabuluary Relate'),
+      '#title' => t('Taxonomy Vocabulary Relate'),
       '#collapsible' => TRUE,
       '#collapsed' => ($tvr ? FALSE : TRUE),
       '#tree' => TRUE,
