summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
commit6445f83deb596e3f72e03582285a5f180a26a446 (patch)
tree3c7af2a62f9a2bf9222e69b9cd6686a8c8409ba2 /libvo
parentc592535102c0cc2bb3f796bbb83273dda88fc254 (diff)
downloadmpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.bz2
mpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.xz
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index afeb74f8a0..05b68076c6 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -185,7 +185,7 @@ static inline void __vbeSwitchBank(unsigned long offset)
show_err:
vesa_term();
PRINT_VBE_ERR("vbeSetWindow",err);
- printf("vo_vesa: Fatal error occured! Can't continue\n");
+ printf("vo_vesa: Fatal error occurred! Can't continue\n");
abort();
}
win.low = new_offset * gran;
@@ -387,7 +387,7 @@ static void flip_page(void)
{
vesa_term();
PRINT_VBE_ERR("vbeSetDisplayStart",err);
- printf("vo_vesa: Fatal error occured! Can't continue\n");
+ printf("vo_vesa: Fatal error occurred! Can't continue\n");
abort();
}
multi_idx = multi_idx ? 0 : 1;