diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-25 10:38:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-25 10:38:35 +0000 |
commit | af3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch) | |
tree | 002f4e23f118c3324f7cf2bceb781c441f55406f /modules/rdf | |
parent | 4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff) | |
download | brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2 |
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
Diffstat (limited to 'modules/rdf')
-rw-r--r-- | modules/rdf/rdf.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rdf/rdf.api.php b/modules/rdf/rdf.api.php index a4fc070a2..7fd0fd64e 100644 --- a/modules/rdf/rdf.api.php +++ b/modules/rdf/rdf.api.php @@ -34,13 +34,13 @@ * - datatype: Is used along with 'callback' to format data so that it is * readable by machine. A typical example is a date which can be written * in many different formats but should be translated into a uniform - * format for machine comsumption. + * format for machine consumption. * - callback: A function name to invoke for 'datatype'. * - type: A string used to determine the type of RDFa markup which will be * used in the final HTML output, depending on whether the RDF object is a * literal text or another RDF resource. * - rdftype: A special property used to define the type of the instance. - * Its value shoud be an array of RDF classes. + * Its value should be an array of RDF classes. */ function hook_rdf_mapping() { return array( |