| Index: ppapi/api/dev/ppp_text_input_dev.idl
|
| diff --git a/ppapi/api/dev/ppp_text_input_dev.idl b/ppapi/api/dev/ppp_text_input_dev.idl
|
| index 6e692bf054488a9d44048b7bc55ba7c7095ad201..b6bdd88671cd41b692fc7652e404edb74fa66ded 100644
|
| --- a/ppapi/api/dev/ppp_text_input_dev.idl
|
| +++ b/ppapi/api/dev/ppp_text_input_dev.idl
|
| @@ -17,7 +17,7 @@ label Chrome {
|
| */
|
| interface PPP_TextInput_Dev {
|
| /**
|
| - * 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.
|
|
|