summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-04-30 16:36:47 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-04-30 16:37:01 +1000
commit52e1b5cc3b6de76ccf4285b55652474a522ed9a8 (patch)
treef253a813e64e675fe64fb69edf52f6213a07e0a7
parentb64969f0e510d5d3300cf968741a3726a6409577 (diff)
downloadxorg-lib-libX11-52e1b5cc3b6de76ccf4285b55652474a522ed9a8.tar.gz
Typo fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/XlibInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XlibInt.c b/src/XlibInt.c
index a8f5d084..2827c106 100644
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -886,7 +886,7 @@ void _XEnq(
extension = ((xGenericEvent*)event)->extension;
qelt->event.type = type;
- /* If an extension has registerd a generic_event_vec handler, then
+ /* If an extension has registered a generic_event_vec handler, then
* it can handle event cookies. Otherwise, proceed with the normal
* event handlers.
*