diff options
Diffstat (limited to 'FL/Fl_Preferences.H')
| -rw-r--r-- | FL/Fl_Preferences.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Preferences.H b/FL/Fl_Preferences.H index 092c31e0c..5d48ceef9 100644 --- a/FL/Fl_Preferences.H +++ b/FL/Fl_Preferences.H @@ -85,7 +85,7 @@ public: ID's can be retrieved from an Fl_Preferences-Group and can then be used to create more Fl_Preference references to the same data set, as long as the - databse remains open. + database remains open. */ typedef void *ID; @@ -105,7 +105,7 @@ public: */ ID id() { return (ID)node; } - /** Remove the group with this ID from a databse. + /** Remove the group with this ID from a database. */ static char remove(ID id_) { return ((Node*)id_)->remove(); } |
