changeset 22129:32a28daf0cf4

beckend -> backend typo fix in printf
author reimar
date Mon, 05 Feb 2007 17:15:44 +0000
parents 1d9dffcddb07
children bca522054afe
files libvo/vo_xvmc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Mon Feb 05 17:14:21 2007 +0000
+++ b/libvo/vo_xvmc.c	Mon Feb 05 17:15:44 2007 +0000
@@ -585,7 +585,7 @@
          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;
    }