diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-11 21:15:13 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-11 21:15:13 +0000 |
commit | 35959663807347172e86e28804e3ed0e3c584a03 (patch) | |
tree | b1d281c4004476387cb7cbf72b135959f029c98a /libvo | |
parent | a35c5903bb15d489f038c1dc0cd805eed43162be (diff) | |
download | mpv-35959663807347172e86e28804e3ed0e3c584a03.tar.bz2 mpv-35959663807347172e86e28804e3ed0e3c584a03.tar.xz |
Fixed typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13318 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c index 01163667b1..1e3a92f2e6 100644 --- a/libvo/vo_jpeg.c +++ b/libvo/vo_jpeg.c @@ -300,7 +300,7 @@ static void check_events(void) /** \brief Memory allocation failed. * - * This function can be called if memory allocations failed. It prints a + * This function can be called if memory allocation failed. It prints a * message and exits the player. * * \return none It never returns. |