diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-04-30 16:36:47 +1000 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:25 +0200 |
commit | 79a5330db17102dd62506b6d748244acb2074369 (patch) | |
tree | 667b4931f266b8158fa02c3c2282f60cd99ba1ea /nx-X11/lib | |
parent | 4c7f0af734a99b2d44adc70931ee27454ee687f1 (diff) | |
download | nx-libs-79a5330db17102dd62506b6d748244acb2074369.tar.gz nx-libs-79a5330db17102dd62506b6d748244acb2074369.tar.bz2 nx-libs-79a5330db17102dd62506b6d748244acb2074369.zip |
Typo fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/X11/XlibInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XlibInt.c b/nx-X11/lib/X11/XlibInt.c index 151e521bd..8dc07ad1b 100644 --- a/nx-X11/lib/X11/XlibInt.c +++ b/nx-X11/lib/X11/XlibInt.c @@ -2954,7 +2954,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. * |