diff options
Diffstat (limited to 'src/Fl_Group.cxx')
| -rw-r--r-- | src/Fl_Group.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 4879e5c2f..7fc0d4e88 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -87,7 +87,7 @@ void Fl_Group::current(Fl_Group *g) {current_ = g;} extern Fl_Widget* fl_oldfocus; // set by Fl::focus -// For back-compatability, we must adjust all events sent to child +// For back-compatibility, we must adjust all events sent to child // windows so they are relative to that window. static int send(Fl_Widget* o, int event) { |
