From ace6be95bdeea8f163e62efe771154257c1870a2 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 12 Mar 2020 23:24:38 -0500 Subject: [PATCH] Update measunit_impl.h --- icu4c/source/i18n/measunit_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/measunit_impl.h b/icu4c/source/i18n/measunit_impl.h index 631a47fa979..ffcd0581ce1 100644 --- a/icu4c/source/i18n/measunit_impl.h +++ b/icu4c/source/i18n/measunit_impl.h @@ -64,7 +64,7 @@ struct TempSingleUnit : public UMemory { /** SI prefix. **/ UMeasureSIPrefix siPrefix = UMEASURE_SI_PREFIX_ONE; - /** Dimentionality. **/ + /** Dimensionality. **/ int32_t dimensionality = 1; }; -- 2.40.0