diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-02-05 14:11:42 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-02-05 14:11:42 -0500 |
commit | a4899db96029acde6cd400fc0541693a487898e7 (patch) | |
tree | cb00127b07e2d0cb86c6c28bfef2c1d8f81ceaaf /src/radeon_output.c | |
parent | 84450ea9221f32296c1f786a6aa126a08bb9756f (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.c | 2 |
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; } } |