diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index 3922805a87..794932a41f 100644 --- a/src/wp-includes/l10n.php +++ b/src/wp-includes/l10n.php @@ -1508,7 +1508,7 @@ function wp_get_pomo_file_data( $po_file ) { * @type bool $show_available_translations Whether to show available translations. Default true. * @type bool $show_option_site_default Whether to show an option to fall back to the site's locale. Default false. * @type bool $show_option_en_us Whether to show an option for English (United States). Default true. - * @type bool $explicit_option_en_us Whether the English (United States) option uses an explict value of en_US + * @type bool $explicit_option_en_us Whether the English (United States) option uses an explicit value of en_US * instead of an empty value. Default false. * } * @return string HTML dropdown list of languages.