summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/pluralmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/pluralmap.h')
-rw-r--r--thirdparty/icu4c/common/pluralmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/icu4c/common/pluralmap.h b/thirdparty/icu4c/common/pluralmap.h
index 2a14a07af1..4988fd2699 100644
--- a/thirdparty/icu4c/common/pluralmap.h
+++ b/thirdparty/icu4c/common/pluralmap.h
@@ -46,7 +46,7 @@ public:
/**
* Converts a category name such as "zero", "one", "two", "few", "many"
- * or "other" to a category enum. Returns NONE for urecongized
+ * or "other" to a category enum. Returns NONE for unrecognized
* category name.
*/
static Category toCategory(const UnicodeString &categoryName);
@@ -62,7 +62,7 @@ public:
* A Map of plural categories to values. It maintains ownership of the
* values.
*
- * Type T is the value type. T must provide the followng:
+ * Type T is the value type. T must provide the following:
* 1) Default constructor
* 2) Copy constructor
* 3) Assignment operator