summaryrefslogtreecommitdiff
path: root/src/Fl_Preferences.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 02:00:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 02:00:21 +0000
commit95052a4662b860c5c36daa159187c308237bedab (patch)
tree51daa9621dfc8c0f4b4c7909c46589195056670f /src/Fl_Preferences.cxx
parentf3a0f4efc3f107c8ede97f07ccc9304bc33b3d08 (diff)
Fix typos in comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11624 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Preferences.cxx')
-rw-r--r--src/Fl_Preferences.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index 5a3fef064..8ee9ab190 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -1484,7 +1484,7 @@ void Fl_Plugin_Manager::removePlugin(Fl_Preferences::ID id) {
* them to the database.
*/
int Fl_Plugin_Manager::load(const char *filename) {
- // the functions below will autmaticaly load plugins that are defined:
+ // the functions below will automatically load plugins that are defined:
// Fl_My_Plugin plugin();
void *dl = Fl::system_driver()->dlopen(filename);
// There is no way of unloading a plugin!