? content.patch
Index: imagefield.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield.install,v
retrieving revision 1.34
diff -u -p -r1.34 imagefield.install
--- imagefield.install	29 Apr 2010 17:19:18 -0000	1.34
+++ imagefield.install	21 May 2010 15:08:56 -0000
@@ -59,7 +59,7 @@ function imagefield_update_6003() {
   $ret = array();
 
   if (!module_exists('content')) {
-    $ret['#abort'] = array('success' => FALSE, 'query' => t('Conent module must be enabled before ImageField can be updated.'));
+    $ret['#abort'] = array('success' => FALSE, 'query' => t('Content module must be enabled before ImageField can be updated.'));
     return $ret;
   }
 
