summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 7a7ebef29..4fa229e5e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -426,7 +426,7 @@ function node_teaser($body, $format = NULL, $size = NULL) {
*
* @param $op
* The format in which to return the list. When this is set to 'type',
- * 'module', or 'name', only the specified node type is returned. When set to
+ * 'base', or 'name', only the specified node type is returned. When set to
* 'types' or 'names', all node types are returned.
* @param $node
* A node object, array, or string that indicates the node type to return.