diff --git a/coder_review/includes/coder_review_7x.inc b/coder_review/includes/coder_review_7x.inc index de600f10300175a0a7c3be4ca7b92bc7d4cb340f..56c69637f902d8bb35c2c6ef3b748c8f5e8b7611 100644 --- a/coder_review/includes/coder_review_7x.inc +++ b/coder_review/includes/coder_review_7x.inc @@ -1982,7 +1982,7 @@ function _coder_review_7x_ahah_now_ajax_warning() { function _coder_review_7x_select_count_warning() { return array( - '#warning' => t('You may not want to use SELECT COUNT(*), if all you want to do is check for the existance of any rows, rather than the actualy numer of rows.'), + '#warning' => t('You may not want to use SELECT COUNT(*), if all you want to do is check for the existence of any rows, rather than actually counting the number of rows.'), '#link' => 'http://drupal.org/node/224333#select_count', ); }