summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-04-01 19:08:56 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-04-01 19:08:56 -0400
commitde6e29d084adc900fa8c93510efa2679ce82abea (patch)
treeee82a9c282a939929a44a035803c10997bdac0ab /includes
parent673aa4d81d664f9c8a848cceae846231e9a36cc7 (diff)
downloadbrdo-de6e29d084adc900fa8c93510efa2679ce82abea.tar.gz
brdo-de6e29d084adc900fa8c93510efa2679ce82abea.tar.bz2
Issue #1952354 by robertcharlesfox | laurence_m: Fixed Typo in drupal_add_html_head() API doc.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 3e6d31f88..d6fd67eeb 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -281,7 +281,7 @@ function drupal_get_rdf_namespaces() {
/**
* Adds output to the HEAD tag of the HTML page.
*
- * This function can be called as long the headers aren't sent. Pass no
+ * This function can be called as long as the headers aren't sent. Pass no
* arguments (or NULL for both) to retrieve the currently stored elements.
*
* @param $data