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

Unified Diff: ppapi/api/dev/ppb_zoom_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 | « ppapi/api/dev/ppb_text_input_dev.idl ('k') | ppapi/api/dev/ppp_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_zoom_dev.idl
diff --git a/ppapi/api/dev/ppb_zoom_dev.idl b/ppapi/api/dev/ppb_zoom_dev.idl
index 5e9514e919fa72c36799e04cf3078fb36bd4af63..874bc8a2c4975e90a783e303956bb88d3cf28437 100644
--- a/ppapi/api/dev/ppb_zoom_dev.idl
+++ b/ppapi/api/dev/ppb_zoom_dev.idl
@@ -25,7 +25,7 @@ interface PPB_Zoom_Dev {
void ZoomChanged([in] PP_Instance instance,
[in] double_t factor);
/**
- * Sets the mininum and maximium zoom factors.
+ * Sets the minimum and maximum zoom factors.
*/
void ZoomLimitsChanged([in] PP_Instance instance,
[in] double_t minimum_factor,
« no previous file with comments | « ppapi/api/dev/ppb_text_input_dev.idl ('k') | ppapi/api/dev/ppp_text_input_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698