diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/np_sdk/inc/npfunctions.h | 4 | ||||
-rw-r--r-- | external/np_sdk/npsdk/npupp.h | 4 |
2 files changed, 4 insertions, 4 deletions
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); |