diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-26 15:17:28 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-26 15:17:28 +0200 |
| commit | 94a75b012f3557687574df6533296c1a4ef51b3e (patch) | |
| tree | 5e2db2271774bda929f2d66739974fa8fbffe0cb /FL/Fl_Plugin.H | |
| parent | d9d474c59372a8b2b0829c400b5d0584129e3822 (diff) | |
Fixes a bunch of typos in comments.
Diffstat (limited to 'FL/Fl_Plugin.H')
| -rw-r--r-- | FL/Fl_Plugin.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Plugin.H b/FL/Fl_Plugin.H index aca8d4b8b..1806f025b 100644 --- a/FL/Fl_Plugin.H +++ b/FL/Fl_Plugin.H @@ -1,7 +1,7 @@ // // A Plugin system for FLTK, implemented in Fl_Preferences.cxx. // -// Copyright 2002-2010 by Matthias Melcher. +// Copyright 2002-2023 by Matthias Melcher. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -30,7 +30,7 @@ linking C++ classes at run-time, or optionally linking modules at compile time without the need to change the main application. - Fl_Plugin_Manager uses static initialisation to create the plugin interface + Fl_Plugin_Manager uses static initialization to create the plugin interface early during startup. Plugins are stored in a temporary database, organized in classes. |
