diff --git a/src/wp-includes/pomo/translations.php b/src/wp-includes/pomo/translations.php index 0793b296b7863..1c1e2a8c7f68c 100644 --- a/src/wp-includes/pomo/translations.php +++ b/src/wp-includes/pomo/translations.php @@ -247,7 +247,7 @@ public function make_plural_form_function( $nplurals, $expression ) { /** * Adds parentheses to the inner parts of ternary operators in - * plural expressions, because PHP evaluates ternary oerators from left to right + * plural expressions, because PHP evaluates ternary operators from left to right * * @deprecated 6.5.0 Use the Plural_Forms class instead. * @see Plural_Forms