Skip to content

Commit 790e745

Browse files
committed
fix typo
1 parent 5fda349 commit 790e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IsoLib/libisomediafile/src/ISOMeta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ISO_EXTERN(ISOErr) ISONewFileMeta(ISOMovie theMovie, u32 metaType, ISOMeta *outM
7171
{
7272
if(moov->meta->type == metaType) BAILWITHERROR(MP4BadParamErr);
7373

74-
printf("WARNING: adding additional meta box to 'meco' container is depricated!\n");
74+
printf("WARNING: adding additional meta box to 'meco' container is deprecated!\n");
7575
if(moov->meco == NULL)
7676
{
7777
err = ISOCreateAdditionalMetaDataContainerAtom(

0 commit comments

Comments
 (0)