summaryrefslogtreecommitdiff
path: root/src/Fl_Window_Driver.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-19 12:55:06 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-19 12:55:06 +0100
commitfd8170525bb8e2555ac1902ab2d53a064aa9920b (patch)
treef3a8488e9f0449eba1eaf119d879fd47f5b96417 /src/Fl_Window_Driver.cxx
parentec974ce6b8714c6c9ee344bd94f4e53b68cd4df2 (diff)
Fix typos and copyright
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
-rw-r--r--src/Fl_Window_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx
index d781fcedb..65ccae8b8 100644
--- a/src/Fl_Window_Driver.cxx
+++ b/src/Fl_Window_Driver.cxx
@@ -87,7 +87,7 @@ void Fl_Window_Driver::draw() { pWindow->draw(); }
void Fl_Window_Driver::make_current() { }
/**
- Make the window visble and raise it to the top.
+ Make the window visible and raise it to the top.
*/
void Fl_Window_Driver::show() { }