diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:51:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:51:36 +0100 |
commit | e3f141323eea90259248cef4576ddb267b9c2d06 (patch) | |
tree | 00362a1d9a3da20603198963a48b02a36b1c4cc4 /np_sdk | |
parent | fcf3758c92dee4f3e2cd4a9c8a2caee95033c810 (diff) |
Fix typos retreive/retrieve furture/future
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
Diffstat (limited to 'np_sdk')
-rw-r--r-- | np_sdk/inc/npfunctions.h | 4 | ||||
-rw-r--r-- | np_sdk/mozsrc/npupp.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/np_sdk/inc/npfunctions.h b/np_sdk/inc/npfunctions.h index 90faa3ce171d..64305334344b 100644 --- a/np_sdk/inc/npfunctions.h +++ b/np_sdk/inc/npfunctions.h @@ -214,11 +214,11 @@ typedef struct _NPNetscapeFuncs { #ifdef XP_MACOSX /* * Mac OS X version(s) of NP_GetMIMEDescription(const char *) - * These can be called to retreive MIME information from the plugin dynamically + * These can be called to retrieve MIME information from the plugin dynamically * * Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way * to get mime info from the plugin only on OSX and may not be supported - * in furture version -- use NP_GetMIMEDescription instead + * in future version -- use NP_GetMIMEDescription instead */ enum { diff --git a/np_sdk/mozsrc/npupp.h b/np_sdk/mozsrc/npupp.h index 75fbdc2b0900..320aa74e6642 100644 --- a/np_sdk/mozsrc/npupp.h +++ b/np_sdk/mozsrc/npupp.h @@ -1161,11 +1161,11 @@ typedef NPError (* NP_LOADDS NPP_MainEntryUPP)(NPNetscapeFuncs*, NPPluginFuncs*, /* * Mac version(s) of NP_GetMIMEDescription(const char *) - * These can be called to retreive MIME information from the plugin dynamically + * These can be called to retrieve MIME information from the plugin dynamically * * Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way * to get mime info from the plugin only on OSX and may not be supported - * in furture version--use NP_GetMIMEDescription instead + * in future version--use NP_GetMIMEDescription instead */ enum |