diff options
Diffstat (limited to 'includes/errors.inc')
-rw-r--r-- | includes/errors.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/errors.inc b/includes/errors.inc index bd31bebed..cb708d860 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -136,7 +136,7 @@ function _drupal_decode_exception($exception) { } /** - * Render an error message for an exception without any possibility of a further exception occuring. + * Render an error message for an exception without any possibility of a further exception occurring. * * @param $exception * The exception object that was thrown. |