| Index: ppapi/api/pp_array_output.idl
|
| diff --git a/ppapi/api/pp_array_output.idl b/ppapi/api/pp_array_output.idl
|
| index b3b508aa06032c99d4f401281f4c7cd4eb3f38c2..be1aca7bf8328064a7eb68e3235fdc7db9adb216 100644
|
| --- a/ppapi/api/pp_array_output.idl
|
| +++ b/ppapi/api/pp_array_output.idl
|
| @@ -43,7 +43,7 @@ typedef mem_t PP_ArrayOutput_GetDataBuffer([inout] mem_t user_data,
|
| /**
|
| * A structure that defines a way for the browser to return arrays of data
|
| * to the plugin. The browser can not allocate memory on behalf of the plugin
|
| - * becaues the plugin and browser may have different allocators.
|
| + * because the plugin and browser may have different allocators.
|
| *
|
| * Array output works by having the browser call to the plugin to allocate a
|
| * buffer, and then the browser will copy the contents of the array into that
|
|
|