--- modules/views.views.inc	2010-11-05 15:51:49.000000000 +0000
+++ modules/views.views.inc2	2010-11-05 15:51:40.000000000 +0000
@@ -63,7 +63,7 @@ function views_views_data() {
   if (module_invoke('ctools', 'api_version', '1.7.1')) {
     $data['views']['expression'] = array(
       'title' => t('Math expression'),
-      'help' => t('Evaluates a mathematical epression and displays it.'),
+      'help' => t('Evaluates a mathematical expression and displays it.'),
       'field' => array(
         'handler' => 'views_handler_field_math',
       ),