From 98bd4c0b2f331ca87c961750a70cb13bc3f17a55 Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 21 May 2011 15:20:25 +0000 Subject: [PATCH] s/coma/comma/. props ocean90. git-svn-id: http://svn.automattic.com/wordpress/trunk@17982 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '),