summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Plugin.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Plugin.H b/FL/Fl_Plugin.H
index 0bff10c85..62da3a238 100644
--- a/FL/Fl_Plugin.H
+++ b/FL/Fl_Plugin.H
@@ -55,7 +55,7 @@
My_Plugin blur_plugin();
\endcode
- Plugins can be put into modules and either linked befor distribution, or loaded
+ Plugins can be put into modules and either linked before distribution, or loaded
from dynamically linkable files. An Fl_Plugin_Manager is used to list and
access all currently loaded plugins.
\code