diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 631810f95..9c8bd2dde 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2664,7 +2664,7 @@ function wp_sprintf_l($pattern, $args) { // Translate and filter the delimiter set (avoid ampersands and entities here) $l = apply_filters('wp_sprintf_l', array( - /* translators: used between list items, there is a space after the coma */ + /* translators: used between list items, there is a space after the comma */ 'between' => __(', '), /* translators: used between list items, there is a space after the and */ 'between_last_two' => __(', and '),