aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar agl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-07-21 18:58:43 +0000
committerGravatar agl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-07-21 18:58:43 +0000
commitf03642675ee92889ed8c2def1665ac0d7bc71af7 (patch)
treea1bc31e6f4b0b873940c4b980d6b57e9221db881 /include
parent84346211aa414450e4bc470891105ccd5f0c46b4 (diff)
Typo fix.
git-svn-id: http://skia.googlecode.com/svn/trunk@279 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkFontHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h
index 03affc8a3b..12f20a0e7a 100644
--- a/include/core/SkFontHost.h
+++ b/include/core/SkFontHost.h
@@ -199,7 +199,7 @@ public:
*/
enum LCDOrientation {
kHorizontal_LCDOrientation = 0, //!< this is the default
- kVertical_LCDOrientatoin = 1,
+ kVertical_LCDOrientation = 1,
};
static void SetSubpixelOrientation(LCDOrientation orientation);