| Index: ppapi/cpp/extensions/ext_output_traits.h
|
| diff --git a/ppapi/cpp/extensions/ext_output_traits.h b/ppapi/cpp/extensions/ext_output_traits.h
|
| index d03258d5281f1c6ccc49b6690fd443e14e2e20ce..1bfec8e7e867458265aa8cee634280eb1f0a3387 100644
|
| --- a/ppapi/cpp/extensions/ext_output_traits.h
|
| +++ b/ppapi/cpp/extensions/ext_output_traits.h
|
| @@ -76,7 +76,7 @@ struct ExtensionsCallbackOutputTraits {
|
| };
|
|
|
| // This class provides storage for a PP_Var and a vector of objects which are
|
| -// of type T. The PP_Var is used as an output parameter to recevie an array var
|
| +// of type T. The PP_Var is used as an output parameter to receive an array var
|
| // from the browser. Each element in the array var is converted to a T object,
|
| // using FromVarConverter, and stores in the vector.
|
| template <class T>
|
|
|