| Index: third_party/npapi/bindings/npfunctions.h | 
| diff --git a/third_party/npapi/bindings/npfunctions.h b/third_party/npapi/bindings/npfunctions.h | 
| index 02a54be1b4ea7bf595d0b421240d1df1acb0e03e..f755b0469e5f06e13bfcfb55526412a723def814 100644 | 
| --- a/third_party/npapi/bindings/npfunctions.h | 
| +++ b/third_party/npapi/bindings/npfunctions.h | 
| @@ -227,8 +227,8 @@ enum | 
| typedef struct _BPSupportedMIMETypes | 
| { | 
| SInt32    structVersion;      /* struct version */ | 
| - Handle    typeStrings;        /* STR# formated handle, allocated by plug-in */ | 
| - Handle    infoStrings;        /* STR# formated handle, allocated by plug-in */ | 
| + Handle    typeStrings;        /* STR# formated handle, allocated by plugin */ | 
| + Handle    infoStrings;        /* STR# formated handle, allocated by plugin */ | 
| } BPSupportedMIMETypes; | 
| OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags); | 
| #define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescription" | 
|  |