summaryrefslogtreecommitdiff
path: root/src/radeon_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-02-05 14:11:42 -0500
committerAlex Deucher <alexdeucher@gmail.com>2011-02-05 14:11:42 -0500
commita4899db96029acde6cd400fc0541693a487898e7 (patch)
treecb00127b07e2d0cb86c6c28bfef2c1d8f81ceaaf /src/radeon_output.c
parent84450ea9221f32296c1f786a6aa126a08bb9756f (diff)
UMS: fix spelling in error message
Noticed by: Warren Block <wblock@wonkity.com> Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r--src/radeon_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index f6438705..15cef062 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1640,7 +1640,7 @@ radeon_set_mode_for_property(xf86OutputPtr output)
crtc->desiredX, crtc->desiredY)) {
#endif
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
- "Failed to set mode after propery change!\n");
+ "Failed to set mode after property change!\n");
return FALSE;
}
}