diff --git a/core/modules/locale/locale.bulk.inc b/core/modules/locale/locale.bulk.inc
index 1844473..3eb4f1e 100644
--- a/core/modules/locale/locale.bulk.inc
+++ b/core/modules/locale/locale.bulk.inc
@@ -402,7 +402,7 @@ function locale_translate_delete_translation_files($langcode) {
       // Remove the registered translation file if any.
       db_delete('locale_file')
         ->condition('langcode', $langcode)
-        ->coddition('uri', $file->uri)
+        ->condition('uri', $file->uri)
         ->execute();
     }
   }
