summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-03 11:03:26 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-03 11:03:26 +0000
commit17a9896b082ea00697157542ec8c8083e5a4fb95 (patch)
tree2e3cb727f9fde1051cff096c429d9fa5da3d6a17
parentc3c8d7f13dfbdc53ce360e51247652342d174564 (diff)
downloadbrdo-17a9896b082ea00697157542ec8c8083e5a4fb95.tar.gz
brdo-17a9896b082ea00697157542ec8c8083e5a4fb95.tar.bz2
- Patch #106405 by yched: fixed typo in PHPdoc.
-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 29ea70338..9f9a5e55a 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -321,7 +321,7 @@ function node_type_delete($type) {
/**
* Updates all nodes of one type to be of another type.
*
- * @param $orig_type
+ * @param $old_type
* The current node type of the nodes.
* @param $type
* The new node type of the nodes.