From: Younies Date: Fri, 17 Jan 2020 10:43:16 +0000 (+0100) Subject: fix typo: temprature --> temperature X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08278470ff951047417eecdc6fbb7b53654e6fd3;p=icu fix typo: temprature --> temperature --- diff --git a/icu4c/source/test/intltest/unitstest.cpp b/icu4c/source/test/intltest/unitstest.cpp index 1eb521d9cb7..cd99a2dc827 100644 --- a/icu4c/source/test/intltest/unitstest.cpp +++ b/icu4c/source/test/intltest/unitstest.cpp @@ -32,7 +32,7 @@ void UnitsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, cha TESTCASE_AUTO_BEGIN; TESTCASE_AUTO(testBasic); TESTCASE_AUTO(testMass); - TESTCASE_AUTO(testTemprature); + TESTCASE_AUTO(testTemperature); TESTCASE_AUTO_END; } @@ -96,8 +96,8 @@ void UnitsTest::testMass() { } } -void UnitsTest::testTemprature() { - IcuTestErrorCode status(*this, "Units testTemprature"); +void UnitsTest::testTemperature() { + IcuTestErrorCode status(*this, "Units testTemperature"); // Test Cases struct TestCase {