diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-12-23 18:23:31 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-12-23 18:23:31 +0000 |
commit | bbe0503beb3bf41c4335fb325ac705f2be086923 (patch) | |
tree | 861e0c25028a3274a432dcaa384a3330e70cc489 | |
parent | f43bb502282984815bf5cca1eea3e990716f7735 (diff) | |
download | xine-lib-bbe0503beb3bf41c4335fb325ac705f2be086923.tar.gz xine-lib-bbe0503beb3bf41c4335fb325ac705f2be086923.tar.bz2 |
Correct spelling of "extension".
CVS patchset: 7825
CVS date: 2005/12/23 18:23:31
-rw-r--r-- | src/xine-utils/xine_check.c | 6 |
1 files 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; |