diff options
Diffstat (limited to 'fluid/file.cxx')
| -rw-r--r-- | fluid/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/file.cxx b/fluid/file.cxx index f8bff43b2..8009d91af 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -393,7 +393,7 @@ static void read_children(Fl_Type *p, int paste) { continue; } - // back compatability with Vincent Penne's original class code: + // back compatibility with Vincent Penne's original class code: if (!p && !strcmp(c,"define_in_struct")) { Fl_Type *t = Fl_Type_make("class"); t->name(read_word()); |
