diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 5f3aad0..b2e580d 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -124,7 +124,7 @@ public static function service($id) { /** * Retrieves the currently active request object. * - * Note: The use of this wrapper in particular is especially discourged. Most + * Note: The use of this wrapper in particular is especially discouraged. Most * code should not need to access the request directly. Doing so means it * will only function when handling an HTTP request, and will require special * modification or wrapping when run from a command line tool, from certain