From d55dfeb5e954d650287320c5e2fe90befe6e2d60 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 17:46:42 +0000 Subject: Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_x.cxx') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index c13ec9958..05f225e91 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1166,7 +1166,7 @@ int fl_handle(const XEvent& thisevent) Fl::e_length = len; } else { // Stupid X sends fake key-up events when a repeating key is held - // down, probably due to some back compatability problem. Fortunately + // down, probably due to some back compatibility problem. Fortunately // we can detect this because the repeating KeyPress event is in // the queue, get it and execute it instead: XEvent temp; -- cgit v1.2.3