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

Unified Diff: ppapi/c/dev/ppp_text_input_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_zoom_dev.h ('k') | ppapi/c/pp_array_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppp_text_input_dev.h
diff --git a/ppapi/c/dev/ppp_text_input_dev.h b/ppapi/c/dev/ppp_text_input_dev.h
index 3bfea58c3da58e7499c95089a7b60cbe4849b9d0..bc25e57ae0e0733614bd83fefb65f4bac63226bd 100644
--- a/ppapi/c/dev/ppp_text_input_dev.h
+++ b/ppapi/c/dev/ppp_text_input_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppp_text_input_dev.idl modified Tue Mar 13 20:19:19 2012. */
+/* From dev/ppp_text_input_dev.idl modified Thu Mar 28 10:55:30 2013. */
#ifndef PPAPI_C_DEV_PPP_TEXT_INPUT_DEV_H_
#define PPAPI_C_DEV_PPP_TEXT_INPUT_DEV_H_
@@ -31,7 +31,7 @@
*/
struct PPP_TextInput_Dev_0_1 {
/**
- * Requests the plugin to send back the text arround the current caret or
+ * Requests the plugin to send back the text around the current caret or
* selection by <code>PPB_TextInput_Dev::UpdateSurroundingText</code>.
* It is recommended to include the <code>desired_number_of_characters</code>
* characters before and after the selection, but not mandatory.
« no previous file with comments | « ppapi/c/dev/ppb_zoom_dev.h ('k') | ppapi/c/pp_array_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698