beckend -> backend typo fix in printf

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22147 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-05 17:15:44 +00:00
parent 8b50112196
commit 5f26168500
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ found_subpic:
printf("vo_xvmc: OSD support by additional frontend rendering\n");
break;
case BACKEND_SUBPICTURE:
printf("vo_xvmc: OSD support by beckend rendering (fast)\n");
printf("vo_xvmc: OSD support by backend rendering (fast)\n");
printf("vo_xvmc: Pleace send feedback to configrm that it work,otherwise send bugreport!\n");
break;
}