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_Widget.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Widget.cxx') diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index f96051a0e..3ebd25b86 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -35,9 +35,9 @@ //////////////////////////////////////////////////////////////// -// for compatability with Forms, all widgets without callbacks are +// for compatibility with Forms, all widgets without callbacks are // inserted into a "queue" when they are activated, and the forms -// compatability interaction functions (fl_do_events, etc) will +// compatibility interaction functions (fl_do_events, etc) will // read one widget at a time from this queue and return it: const int QUEUE_SIZE = 20; @@ -47,7 +47,7 @@ static int obj_head, obj_tail; void Fl_Widget::default_callback(Fl_Widget *o, void * /*v*/) { #if 0 - // This is necessary for strict forms compatability but is confusing. + // This is necessary for strict forms compatibility but is confusing. // Use the parent's callback if this widget does not have one. for (Fl_Widget *p = o->parent(); p; p = p->parent()) if (p->callback() != default_callback) { -- cgit v1.2.3