Index: taxonomy_batch_operations.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_batch_operations/taxonomy_batch_operations.install,v
retrieving revision 1.1
diff -u -r1.1 taxonomy_batch_operations.install
--- taxonomy_batch_operations.install	28 Jan 2007 21:01:20 -0000	1.1
+++ taxonomy_batch_operations.install	30 Sep 2007 00:58:11 -0000
@@ -1,6 +1,6 @@
 <?php
 
-  if (!module_exist('taxonomy')) {
+  if (!module_exists('taxonomy')) {
     drupal_set_message(t("The taxonomy_batch_operations module requires the taxonomy module to be enabled."), 'error');
   }
 
