diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc old mode 100644 new mode 100755 index dbefdc4..c043c9d --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -3114,7 +3114,7 @@ function drupal_autoload_class($class) { * Confirms that a trait is available. * * This function is rarely called directly. Instead, it is registered as an - * spl_autoload() handler, and PHP calls it for us when necessary. + * spl_autoload() handler, and PHP calls it for us when necessary. * * @param string $trait * The name of the trait to check or load.