| Index: ppapi/api/pp_resource.idl
|
| diff --git a/ppapi/api/pp_resource.idl b/ppapi/api/pp_resource.idl
|
| index 453a00ee7364e0f5a631a6a5f6223787a118404d..7f09d29db99e2bfff07a1addcd75a831cf99cc3e 100644
|
| --- a/ppapi/api/pp_resource.idl
|
| +++ b/ppapi/api/pp_resource.idl
|
| @@ -9,7 +9,7 @@
|
| */
|
|
|
| /**
|
| - * This typdef represents an opaque handle assigned by the browser to the
|
| + * This typedef represents an opaque handle assigned by the browser to the
|
| * resource. The handle is guaranteed never to be 0 for a valid resource, so a
|
| * module can initialize it to 0 to indicate a "NULL handle." Some interfaces
|
| * may return a NULL resource to indicate failure.
|
|
|