aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-21 19:46:50 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-21 19:46:50 +0000
commit6970557055acaed619d7bb89451868e1570249b2 (patch)
tree791272428a3135e2788e9a77915a3de581a99513 /include/core/SkPaint.h
parentf6f123d23608a4a5fe9c812d2452039a18da7e0b (diff)
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
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
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
};