diff --git a/sinkronisasi_import.php b/sinkronisasi_import.php
index d58e978..0c70150 100644
--- a/sinkronisasi_import.php
+++ b/sinkronisasi_import.php
@@ -7,8 +7,7 @@ if (function_exists('drush_main')) {
 
     $vocabulary = taxonomy_vocabulary_machine_name_load($machine_name);
 
-    delete_all_terms_by_vid($vodabulary->vid);
-
+    delete_all_terms_by_vid($vocabulary->vid);
 
     $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt");
     $terms = unserialize($data);