summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xine_check.c6
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;