diff --git a/modules/image/image.module b/modules/image/image.module index a81cea3..3262317 100644 --- a/modules/image/image.module +++ b/modules/image/image.module @@ -726,7 +726,7 @@ function image_style_delete($style, $replacement_style_name = '') { * - isid: The unique image style ID that contains this image effect. * @return array * An array of image effects associated with specified image style in the - * format array('ieid' => array()), or an empty array if the specified style + * format array('isid' => array()), or an empty array if the specified style * has no effects. * @see image_effects() */ diff --git a/modules/node/node.module b/modules/node/node.module index 571b1f9..c1e98af 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -520,7 +520,7 @@ function node_type_load($name) { * - module: A string giving the module defining this type of node. * - orig_type: A string giving the original machine-readable name of this * node type. This may be different from the current type name if the - * 'locked' field is 0. + * 'locked' key is FALSE. * * @return int * A status flag indicating the outcome of the operation, either SAVED_NEW or