From d783e08004e2daace50dfcfebb66727b4c13794e Mon Sep 17 00:00:00 2001 From: bungeman Date: Mon, 1 Aug 2016 12:37:13 -0700 Subject: Replace 'Ulta' with 'Ultra'. Start fixing a typo in an enum name. TBR=reed This is just a typo fix. Review-Url: https://codereview.chromium.org/2202703002 --- tests/TypefaceTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TypefaceTest.cpp') diff --git a/tests/TypefaceTest.cpp b/tests/TypefaceTest.cpp index 33fa887f52..6f803ce11f 100644 --- a/tests/TypefaceTest.cpp +++ b/tests/TypefaceTest.cpp @@ -83,7 +83,7 @@ DEF_TEST(TypefaceStyle, reporter) { for (int weight = SkFS::kInvisible_Weight; weight <= SkFS::kExtraBlack_Weight; ++weight) { TypefaceStyle_test(reporter, weight, 5, data.get()); } - for (int width = SkFS::kUltraCondensed_Width; width <= SkFS::kUltaExpanded_Width; ++width) { + for (int width = SkFS::kUltraCondensed_Width; width <= SkFS::kUltraExpanded_Width; ++width) { TypefaceStyle_test(reporter, 400, width, data.get()); } } -- cgit v1.2.3