From 94a75b012f3557687574df6533296c1a4ef51b3e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 26 Aug 2023 15:17:28 +0200 Subject: Fixes a bunch of typos in comments. --- FL/Fl_Plugin.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Plugin.H') 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. -- cgit v1.2.3