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

Unified Diff: ppapi/c/dev/ppb_zoom_dev.h

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/c/dev/ppb_text_input_dev.h ('k') | ppapi/c/dev/ppp_text_input_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_zoom_dev.h
diff --git a/ppapi/c/dev/ppb_zoom_dev.h b/ppapi/c/dev/ppb_zoom_dev.h
index f80ec12ae891fd1946babe1890c2a24dcb3cab3c..7dc95259f0ac8ab04f9094d2061202de3a36ea08 100644
--- a/ppapi/c/dev/ppb_zoom_dev.h
+++ b/ppapi/c/dev/ppb_zoom_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_zoom_dev.idl modified Wed Oct 5 14:06:02 2011. */
+/* From dev/ppb_zoom_dev.idl modified Thu Mar 28 11:07:32 2013. */
#ifndef PPAPI_C_DEV_PPB_ZOOM_DEV_H_
#define PPAPI_C_DEV_PPB_ZOOM_DEV_H_
@@ -38,7 +38,7 @@ struct PPB_Zoom_Dev_0_2 {
*/
void (*ZoomChanged)(PP_Instance instance, double factor);
/**
- * Sets the mininum and maximium zoom factors.
+ * Sets the minimum and maximum zoom factors.
*/
void (*ZoomLimitsChanged)(PP_Instance instance,
double minimum_factor,
« no previous file with comments | « ppapi/c/dev/ppb_text_input_dev.h ('k') | ppapi/c/dev/ppp_text_input_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698