diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-03 11:03:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-03 11:03:26 +0000 |
commit | 17a9896b082ea00697157542ec8c8083e5a4fb95 (patch) | |
tree | 2e3cb727f9fde1051cff096c429d9fa5da3d6a17 /modules/node/node.module | |
parent | c3c8d7f13dfbdc53ce360e51247652342d174564 (diff) | |
download | brdo-17a9896b082ea00697157542ec8c8083e5a4fb95.tar.gz brdo-17a9896b082ea00697157542ec8c8083e5a4fb95.tar.bz2 |
- Patch #106405 by yched: fixed typo in PHPdoc.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
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. |