diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
commit | a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4 (patch) | |
tree | 87033ec419e702a2999fdc128429be03260007ab /modules/system/system.module | |
parent | f91cfba34f045c6dd2ca7a2fc48b9df1496f4e74 (diff) | |
download | brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.gz brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.bz2 |
- Patch #332980 by scor and keith.smith: documentation improvements + typo fixed.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index a85e3fa49..151c26979 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -209,7 +209,7 @@ function system_perm() { } /** - * Implementation of hook_rdf_namespace(). + * Implementation of hook_rdf_namespaces(). */ function system_rdf_namespaces() { return array( |