summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 710d2e3c2..046e1bd50 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2007,10 +2007,10 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer
* are added to the page. Then, all settings are output, followed by 'inline'
* JavaScript code. If running update.php, all preprocessing is disabled.
*
- * @parameter $scope
+ * @param $scope
* (optional) The scope for which the JavaScript rules should be returned.
* Defaults to 'header'.
- * @parameter $javascript
+ * @param $javascript
* (optional) An array with all JavaScript code. Defaults to the default
* JavaScript array for the given scope.
* @return