From 25d3c618d831036c08194610f188e4781c135cfc Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 25 Mar 2015 21:12:16 +0100 Subject: Typo: formated->formatted Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5 --- external/np_sdk/inc/npfunctions.h | 4 ++-- external/np_sdk/npsdk/npupp.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'external') diff --git a/external/np_sdk/inc/npfunctions.h b/external/np_sdk/inc/npfunctions.h index 9754567e67f5..0d3a66271bf6 100644 --- a/external/np_sdk/inc/npfunctions.h +++ b/external/np_sdk/inc/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# formatted handle, allocated by plug-in */ + Handle infoStrings; /* STR# formatted handle, allocated by plug-in */ } BPSupportedMIMETypes; OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags); #define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescription" diff --git a/external/np_sdk/npsdk/npupp.h b/external/np_sdk/npsdk/npupp.h index e0812ecd9408..e21475aabbe1 100644 --- a/external/np_sdk/npsdk/npupp.h +++ b/external/np_sdk/npsdk/npupp.h @@ -1180,8 +1180,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# formatted handle, allocated by plug-in + Handle infoStrings; // STR# formatted handle, allocated by plug-in } BPSupportedMIMETypes; OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags); -- cgit