Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: ppapi/api/dev/ppb_font_dev.idl

Issue 13220002: [PPAPI] Fix a bunch of spelling mistakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_text_input_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_font_dev.idl
diff --git a/ppapi/api/dev/ppb_font_dev.idl b/ppapi/api/dev/ppb_font_dev.idl
index 5d582d12493e27b32b7dd6e10f5390d15b736563..d2051a0be45c5d0330718496fb5f60d20243a87f 100644
--- a/ppapi/api/dev/ppb_font_dev.idl
+++ b/ppapi/api/dev/ppb_font_dev.idl
@@ -126,7 +126,7 @@ struct PP_TextRun_Dev {
* When <code>override_direction</code> is false, the browser will perform
* the Unicode Bidirectional Algorithm (http://unicode.org/reports/tr9/) on
* the text. The value of the <code>rtl</code> flag specifies the
- * direcionality of the surrounding environment. This means that Hebrew
+ * directionality of the surrounding environment. This means that Hebrew
* word will always display right to left, even if <code>rtl</code> is false.
*
* When <code>override_direction</code> is true, no autodetection will be done
@@ -142,7 +142,7 @@ struct PP_TextRun_Dev {
* content.
*
* If this flag is set, the browser will skip autodetection of the content
- * and will display all text in the direction speficied by the
+ * and will display all text in the direction specified by the
* <code>rtl</code> flag.
*/
PP_Bool override_direction;
@@ -206,7 +206,7 @@ interface PPB_Font_Dev {
* clipped to the image.
*
* The image_data_is_opaque flag indicates whether subpixel antialiasing can
- * be performend, if it is supported. When the image below the text is
+ * be performed, if it is supported. When the image below the text is
* opaque, subpixel antialiasing is supported and you should set this to
* PP_TRUE to pick up the user's default preferences. If your plugin is
* partially transparent, then subpixel antialiasing is not possible and
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_text_input_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698