summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-25 17:27:01 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-25 17:27:46 +0100
commitfc250a3aa232da612ac3f9f22fdf4b9784f7d9d1 (patch)
treed9d2e3b14b0861f10350cb427861b7975dd3bb91 /src/Fl_System_Driver.cxx
parent3fb66056d6b9d95e4332be38d55e52e83190400f (diff)
Update documentation and dependencies
Diffstat (limited to 'src/Fl_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index 42a8e18eb..ee5e990ce 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -510,7 +510,7 @@ void Fl_System_Driver::gettime(time_t *sec, int *usec) {
their own stuff and call this base class method to run
the platform independent wait functions.
- Overriden methods will typically call this method early and perform
+ Overridden methods will typically call this method early and perform
platform-specific operations after that in order to work with the
\p time_to_wait value possibly modified by this method.
However, some platform drivers may need to do extra stuff before