# HG changeset patch # User diego # Date 1180998447 0 # Node ID 5efd0362497c0e81f849e6bddcfda7c8cd13ae19 # Parent 020cc5d6d6d7cc4ce0f78dbe0cbd6bc3f2a9882b spelling diff -r 020cc5d6d6d7 -r 5efd0362497c avformat.h --- a/avformat.h Mon Jun 04 22:35:16 2007 +0000 +++ b/avformat.h Mon Jun 04 23:07:27 2007 +0000 @@ -64,7 +64,7 @@ void av_init_packet(AVPacket *pkt); /** - * Allocate the payload of a packet and intialize its fields to default values. + * Allocate the payload of a packet and initialize its fields to default values. * * @param pkt packet * @param size wanted payload size @@ -73,7 +73,7 @@ int av_new_packet(AVPacket *pkt, int size); /** - * Allocate and read the payload of a packet and intialize its fields to default values. + * Allocate and read the payload of a packet and initialize its fields to default values. * * @param pkt packet * @param size wanted payload size