commit | f03642675ee92889ed8c2def1665ac0d7bc71af7 | [log] [tgz] |
---|---|---|
author | agl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 21 18:58:43 2009 +0000 |
committer | agl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 21 18:58:43 2009 +0000 |
tree | a1bc31e6f4b0b873940c4b980d6b57e9221db881 | |
parent | 84346211aa414450e4bc470891105ccd5f0c46b4 [diff] |
Typo fix. git-svn-id: http://skia.googlecode.com/svn/trunk@279 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h index 03affc8..12f20a0 100644 --- a/include/core/SkFontHost.h +++ b/include/core/SkFontHost.h
@@ -199,7 +199,7 @@ */ enum LCDOrientation { kHorizontal_LCDOrientation = 0, //!< this is the default - kVertical_LCDOrientatoin = 1, + kVertical_LCDOrientation = 1, }; static void SetSubpixelOrientation(LCDOrientation orientation);