diff --git a/core/includes/ajax.inc b/core/includes/ajax.inc index 98168c2..46a5607 100644 --- a/core/includes/ajax.inc +++ b/core/includes/ajax.inc @@ -977,7 +977,7 @@ function ajax_command_remove($selector) { * A jQuery selector string. If the command is a response to a request from * an #ajax form element then this value can be NULL. * @param $asterisk - * (optional) An CSS selector which must be inside $selector. If specified, an + * (optional) A CSS selector which must be inside $selector. If specified, an * asterisk will be appended to the HTML inside the $asterisk selector. * * @return diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index cb2751c..c759ee0 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -1892,7 +1892,7 @@ function drupal_get_title() { * (optional) A flag - normally should be left as CHECK_PLAIN. Only set this * to PASS_THROUGH if you have already removed any possibly dangerous code * from $title using a function like check_plain() or filter_xss(). With this - * flag set so, the string will be passed through unchanged. + * flag setting, the string will be passed through unchanged. * * @return * The updated title of the current page.