| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 8a8cefcc6ce92a39eaa3741145a785f6e802a2f5..efb01508047defae7778be93a854072191074e5c 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -24,7 +24,7 @@ namespace thunk {
|
| // A functional API for creating resource types. Separating out the creation
|
| // functions here allows us to implement most resources as a pure "resource
|
| // API", meaning all calls are routed on a per-resource-object basis. The
|
| -// creationg functions are not per-object (since there's no object during
|
| +// creation functions are not per-object (since there's no object during
|
| // creation) so need functional routing based on the instance ID.
|
| class ResourceCreationAPI {
|
| public:
|
|
|