summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
commit25d3c618d831036c08194610f188e4781c135cfc (patch)
treeff5adadb16effa6262ce65a030b7c673fe180a91 /external
parent5584d73f2db413889347b4b3a1fcaf124db02b21 (diff)
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'external')
-rw-r--r--external/np_sdk/inc/npfunctions.h4
-rw-r--r--external/np_sdk/npsdk/npupp.h4
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);