From 748ae47a8c03d507f178466551411a8668200405 Mon Sep 17 00:00:00 2001 From: Tijana Vislavski Gradina Date: Wed, 30 Nov 2022 09:07:01 +0100 Subject: [PATCH] Correct the spelling of the word "metadata" (#2845) --- cpp/test/phonenumbers/phonenumberutil_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/test/phonenumbers/phonenumberutil_test.cc b/cpp/test/phonenumbers/phonenumberutil_test.cc index bc031dca7..7da22b21e 100644 --- a/cpp/test/phonenumbers/phonenumberutil_test.cc +++ b/cpp/test/phonenumbers/phonenumberutil_test.cc @@ -869,7 +869,7 @@ TEST_F(PhoneNumberUtilTest, FormatOutOfCountryWithPreferredIntlPrefix) { test_number.set_italian_leading_zero(true); // This should use 0011, since that is the preferred international prefix // (both 0011 and 0012 are accepted as possible international prefixes in our - // test metadta.) + // test metadata.) phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::AU(), &formatted_number); EXPECT_EQ("0011 39 02 3661 8300", formatted_number);