From bbe0503beb3bf41c4335fb325ac705f2be086923 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 23 Dec 2005 18:23:31 +0000 Subject: Correct spelling of "extension". CVS patchset: 7825 CVS date: 2005/12/23 18:23:31 --- src/xine-utils/xine_check.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c index 84ccd3e90..994646e85 100644 --- a/src/xine-utils/xine_check.c +++ b/src/xine-utils/xine_check.c @@ -364,7 +364,7 @@ xine_health_check_t* _x_health_check_xv (xine_health_check_t* hc) { hc->title = "Check for MIT Xv extension"; hc->explanation = "You can improve performance by installing an X11\n" - "driver that supports the Xv protocol extentsion."; + "driver that supports the Xv protocol extension."; /* Majority of thi code was taken from or inspired by the xvinfo.c file of XFree86 */ @@ -502,7 +502,7 @@ xine_health_check_t* _x_health_check_xv (xine_health_check_t* hc) { #else hc->title = "Check for MIT Xv extension"; hc->explanation = "You can improve performance by installing an X11\n" - "driver that supports the Xv protocol extentsion."; + "driver that supports the Xv protocol extension."; set_hc_result(hc, XINE_HEALTH_CHECK_FAIL, "No X-Video Extension was present at compile time"); return hc; @@ -510,7 +510,7 @@ xine_health_check_t* _x_health_check_xv (xine_health_check_t* hc) { #else hc->title = "Check for MIT Xv extension"; hc->explanation = "You can improve performance by installing an X11\n" - "driver that supports the Xv protocol extentsion."; + "driver that supports the Xv protocol extension."; set_hc_result(hc, XINE_HEALTH_CHECK_FAIL, "No X11 windowing system was present at compile time"); return hc; -- cgit v1.2.3