From 558bc6988903ab860622e26f230d30e1cfa369f1 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 3 Apr 2024 15:07:48 -0700 Subject: [PATCH] Update icu4c/source/i18n/messageformat2_parser.h Co-authored-by: Elango Cheran --- icu4c/source/i18n/messageformat2_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/messageformat2_parser.h b/icu4c/source/i18n/messageformat2_parser.h index fcc66f46a62e..92c0475d67db 100644 --- a/icu4c/source/i18n/messageformat2_parser.h +++ b/icu4c/source/i18n/messageformat2_parser.h @@ -41,7 +41,7 @@ namespace message2 { // Used for parameterizing attributes parsing code // over the two builders that use it (Expression and Markup) - // Unfortunately the same OptionAddr class can't just be reused, + // Unfortunately the same OptionAdder class can't just be reused, // becaues duplicate options are forbidden while duplicate attributes are not template class AttributeAdder {