diff --git a/core/modules/locale/lib/Drupal/locale/Gettext.php b/core/modules/locale/lib/Drupal/locale/Gettext.php index d9ef9cd..2f3396b 100644 --- a/core/modules/locale/lib/Drupal/locale/Gettext.php +++ b/core/modules/locale/lib/Drupal/locale/Gettext.php @@ -121,7 +121,7 @@ class Gettext { // Report back with an array of status information. $report = $writer->getReport(); - // Add the seek position to the report. This is usefull for the batch + // Add the seek position to the report. This is useful for the batch // operation. $report['seekpos'] = $reader->getSeekPos(); return $report;