Typo: formated->formatted

Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
This commit is contained in:
Julien Nabet
2015-03-25 21:12:16 +01:00
parent 5584d73f2d
commit 25d3c618d8
39 changed files with 58 additions and 58 deletions

View File

@@ -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"

View File

@@ -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);