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);