changeset 37037:5ae43d2a425d

Minor spelling/grammar fixes.
author reimar
date Sun, 06 Apr 2014 18:27:49 +0000
parents e73d13d7741e
children 21d2ff801b8f
files libmpcodecs/mp_image.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]);