aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TypefaceTest.cpp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-08-01 12:37:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-01 12:37:13 -0700
commitd783e08004e2daace50dfcfebb66727b4c13794e (patch)
tree18f5b6f169b2fde7b518fe48f656a4942778babf /tests/TypefaceTest.cpp
parent35f3e59d1c9900a00f31928b83bf7c2bfe4c7647 (diff)
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
Diffstat (limited to 'tests/TypefaceTest.cpp')
-rw-r--r--tests/TypefaceTest.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}
}