From 7bdcba172030b6c4aedf3e00514af1a857a04593 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Mar 2005 21:18:08 +0000 Subject: - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index adf40d94c..c69c1bc53 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1204,7 +1204,7 @@ function node_validate($node) { } } - // Make sure the body has the minimim number of words. + // Make sure the body has the minimum number of words. // todo use a better word counting algorithm that will work in other languages if (isset($node->body) && count(explode(' ', $node->body)) < variable_get('minimum_'. $node->type .'_size', 0)) { form_set_error('body', t('The body of your %type is too short. You need at least %words words.', array('%words' => variable_get('minimum_'. $node->type .'_size', 0), '%type' => node_invoke($node->type, 'node_name')))); -- cgit v1.2.3