# HG changeset patch # User reimar # Date 1396808869 0 # Node ID 5ae43d2a425d4e15a2648d5bc4d18a8e0bbe7c96 # Parent e73d13d7741e6286ddad51fe62449b718758ac87 Minor spelling/grammar fixes. diff -r e73d13d7741e -r 5ae43d2a425d libmpcodecs/mp_image.c --- a/libmpcodecs/mp_image.c Sun Apr 06 18:23:25 2014 +0000 +++ b/libmpcodecs/mp_image.c Sun Apr 06 18:27:49 2014 +0000 @@ -240,7 +240,7 @@ void free_mp_image(mp_image_t* mpi){ if(!mpi) return; if(mpi->flags&MP_IMGFLAG_ALLOCATED){ - /* becouse we allocate the whole image in once */ + /* because we allocate the whole image at once */ av_free(mpi->planes[0]); if (mpi->flags & MP_IMGFLAG_RGB_PALETTE) av_free(mpi->planes[1]);