From e3f141323eea90259248cef4576ddb267b9c2d06 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 16:51:36 +0100 Subject: Fix typos retreive/retrieve furture/future Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c --- np_sdk/inc/npfunctions.h | 4 ++-- np_sdk/mozsrc/npupp.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'np_sdk') 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 -- cgit