diff --git a/feeds.install b/feeds.install
index 2a585d39ea7f9d4e35dee00e6e5cbd3dd8229ad3..1bb79d60bf081924ba6b0632e798c0923d837e7f 100644
--- a/feeds.install
+++ b/feeds.install
@@ -498,7 +498,7 @@ function feeds_update_6009() {
  */
 function feeds_update_6010() {
   drupal_install_modules(array('feeds_news', 'feeds_import'));
-  if (module_exist('data')) {
+  if (module_exists('data')) {
     drupal_install_modules(array('feeds_fast_news'));
     drupal_set_message(t('Installed Feeds News, Feeds Fast News and Feeds Import as replacement for Feeds Defaults module.'));
   }