From af3f94b37ebb4e6b2d03f937e40a157a17dff223 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 10:38:35 +0000 Subject: - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 4736ca18b..3b6e25081 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1287,7 +1287,7 @@ function node_language_negotiation_info() { * An array of valid language objects. * * @return - * A valid language code on succes, FALSE otherwise. + * A valid language code on success, FALSE otherwise. */ function node_language_provider($languages) { require_once DRUPAL_ROOT . '/' . variable_get('path_inc', 'includes/path.inc'); @@ -3047,7 +3047,7 @@ function node_access_write_grants($node, $grants, $realm = NULL, $delete = TRUE) * This can be used as an alternative to direct node_access_rebuild calls, * allowing administrators to decide when they want to perform the actual * (possibly time consuming) rebuild. - * When unsure the current user is an adminisrator, node_access_rebuild + * When unsure the current user is an administrator, node_access_rebuild * should be used instead. * * @param $rebuild -- cgit v1.2.3