- Fixed typo in PHPdoc

4.7.x
Dries Buytaert 2005-07-17 21:08:49 +00:00
parent 2895357de0
commit b7c0975e23
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ function node_get_module_name($node) {
* Get a list of all the defined node types.
*
* @return
* An associate array of consisting of (node type, modulename) pairs for all node types.
* An associate array of consisting of (node type, module name) pairs for all node types.
*/
function node_list() {
static $types = array();

View File

@ -230,7 +230,7 @@ function node_get_module_name($node) {
* Get a list of all the defined node types.
*
* @return
* An associate array of consisting of (node type, modulename) pairs for all node types.
* An associate array of consisting of (node type, module name) pairs for all node types.
*/
function node_list() {
static $types = array();