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 --- fluid/Fl_Widget_Type.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Widget_Type.cxx') diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 9ea39fcfe..d991740a5 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -2482,7 +2482,7 @@ void Fl_Widget_Type::read_property(const char *c) { ((Fl_Button*)o)->value(atoi(value)); } else if (!strcmp(c,"color")) { int n = sscanf(read_word(),"%d %d",&x,&y); - if (n == 2) { // back compatability... + if (n == 2) { // back compatibility... if (x != 47) o->color(x); o->selection_color(y); } else { -- cgit v1.2.3