From 62d3a1fa4452c500b01717c3a144c872e28b346a Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 4 Mar 2020 16:25:33 -0300 Subject: [PATCH] Fix typo --- includes/wc-core-functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 290029cc082..f8dba7c4b1f 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -322,7 +322,7 @@ function get_woocommerce_currency() { /** * Get full list of currency codes. * - * Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) + * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * * @return array */ @@ -508,7 +508,7 @@ function get_woocommerce_currencies() { /** * Get all available Currency symbols. * - * Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) + * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * * @return array */ @@ -690,7 +690,7 @@ function get_woocommerce_currency_symbols() { /** * Get Currency symbol. * - * Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) + * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * * @param string $currency Currency. (default: ''). * @return string