summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-10-28 21:10:32 +0100
committerBrice Goglin <bgoglin@debian.org>2007-10-28 21:10:32 +0100
commitaaafc6a8f33d4736c37c43d3fd5e43085a2590fb (patch)
tree8f2daf80dbc0354dbb8384ef12ebecb92c276bec /src/radeon_driver.c
parenta5c55c418319c1315ad73c305ef48b44fe1d9580 (diff)
Fix typo in 'disposing cursor'
Bug #12984.
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index a243c9f5..e0273794 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5927,7 +5927,7 @@ static Bool RADEONCloseScreen(int scrnIndex, ScreenPtr pScreen)
#endif /* USE_XAA */
xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
- "Disposing cusor info\n");
+ "Disposing cursor info\n");
if (info->cursor) xf86DestroyCursorInfoRec(info->cursor);
info->cursor = NULL;