From 2e6ff523ddb5743eebfacebb162fb4c0e4ee34dc Mon Sep 17 00:00:00 2001 From: siretart Date: Tue, 3 Aug 2010 15:55:17 +0000 Subject: spelling fixes Found by the Debian QA tool 'lintian' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31913 b3059339-0415-0410-9bf9-f77b7e298cf2 reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31920 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 2 +- libvo/vo_pnm.c | 2 +- libvo/vo_xvmc.c | 6 +++--- libvo/x11_common.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index d299459e93..f956fcf7d7 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -209,7 +209,7 @@ static int initTextures(void) mp_msg (MSGT_VO, MSGL_V, "[%dx%d] !\n", texture_width, texture_height); if(texture_width < 64 || texture_height < 64) { - mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not avaiable, or texture config error !\n"); + mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not available, or texture config error !\n"); return -1; } } while (texture_width > 1 && texture_height > 1); diff --git a/libvo/vo_pnm.c b/libvo/vo_pnm.c index 6925051892..195c7289b3 100644 --- a/libvo/vo_pnm.c +++ b/libvo/vo_pnm.c @@ -440,7 +440,7 @@ static void pnm_write_image(mp_image_t *mpi) FILE *outfile; if (!mpi) { - mp_msg(MSGT_VO, MSGL_ERR, "%s: No image data suplied to video output driver\n", info.short_name ); + mp_msg(MSGT_VO, MSGL_ERR, "%s: No image data supplied to video output driver\n", info.short_name ); exit_player_bad(_("Fatal error")); } diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index b47266bd80..2d33847019 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -298,7 +298,7 @@ static int xvmc_find_surface_by_format(int format,int width,int height, /* check if adaptor number has been specified */ if (xv_adaptor != -1 && xv_adaptor != i) continue; - mp_msg(MSGT_VO,MSGL_DBG3,"vo_xvmc: Quering adaptor #%d\n",i); + mp_msg(MSGT_VO,MSGL_DBG3,"vo_xvmc: Querying adaptor #%d\n",i); if( ai[i].type == 0 ) continue;// we need at least dummy type! //probing ports for(p=ai[i].base_id; pstate & AV_XVMC_STATE_OSD_SOURCE){ - mp_msg(MSGT_VO,MSGL_DBG4,"vo_xvmc: OSD surface=%p quering\n",src_rndr); + mp_msg(MSGT_VO,MSGL_DBG4,"vo_xvmc: OSD surface=%p querying\n",src_rndr); osd_rndr = src_rndr->p_osd_target_surface_render; XvMCGetSurfaceStatus(mDisplay, osd_rndr->p_surface, &stat); if(!(stat & XVMC_RENDERING)) diff --git a/libvo/x11_common.c b/libvo/x11_common.c index f2976f0a80..236f65b4c5 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -214,7 +214,7 @@ void fstype_help(void) mp_msg(MSGT_VO, MSGL_INFO, " %-15s %s\n", "below", "use _NETWM_STATE_BELOW hint if available"); mp_msg(MSGT_VO, MSGL_INFO, " %-15s %s\n", "fullscreen", - "use _NETWM_STATE_FULLSCREEN hint if availale"); + "use _NETWM_STATE_FULLSCREEN hint if available"); mp_msg(MSGT_VO, MSGL_INFO, " %-15s %s\n", "stays_on_top", "use _NETWM_STATE_STAYS_ON_TOP hint if available"); mp_msg(MSGT_VO, MSGL_INFO, -- cgit v1.2.3