From e55131c186116c0fe3ff8775f2a9d684174316bb Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 24 Aug 2016 12:01:31 -0700 Subject: s/invertable/invertible English orthography is often made difficult by poor phonology. TBR=oxford-english-dictionary,mtklein Review-Url: https://codereview.chromium.org/2272083002 --- tests/MatrixTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/MatrixTest.cpp') diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp index 414aab2f9a..da2ae35cd7 100644 --- a/tests/MatrixTest.cpp +++ b/tests/MatrixTest.cpp @@ -239,8 +239,8 @@ static void test_matrix_min_max_scale(skiatest::Reporter* reporter) { SkMatrix mats[2*SK_ARRAY_COUNT(baseMats)]; for (size_t i = 0; i < SK_ARRAY_COUNT(baseMats); ++i) { mats[i] = baseMats[i]; - bool invertable = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]); - REPORTER_ASSERT(reporter, invertable); + bool invertible = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]); + REPORTER_ASSERT(reporter, invertible); } SkRandom rand; for (int m = 0; m < 1000; ++m) { -- cgit v1.2.3