From 52e1b5cc3b6de76ccf4285b55652474a522ed9a8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 30 Apr 2012 16:36:47 +1000 Subject: [PATCH] Typo fix Signed-off-by: Peter Hutterer --- src/XlibInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *