From 6970557055acaed619d7bb89451868e1570249b2 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 21 Mar 2012 19:46:50 +0000 Subject: Re-attempting Linux debug GL interface compiler complaint fix. Fixed two additional compiler complaints. http://codereview.appspot.com/5845068/ git-svn-id: http://skia.googlecode.com/svn/trunk@3456 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPaint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkPaint.h') diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 1f8ef5a80d..26c4e6a527 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -696,7 +696,7 @@ public: enum TextEncoding { kUTF8_TextEncoding, //!< the text parameters are UTF8 kUTF16_TextEncoding, //!< the text parameters are UTF16 - kUTF32_TextEncoding, //!< teh text parameters are UTF32 + kUTF32_TextEncoding, //!< the text parameters are UTF32 kGlyphID_TextEncoding //!< the text parameters are glyph indices }; -- cgit v1.2.3