diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-19 12:55:06 +0100 |
| commit | fd8170525bb8e2555ac1902ab2d53a064aa9920b (patch) | |
| tree | f3a8488e9f0449eba1eaf119d879fd47f5b96417 /src/Fl_Window_Driver.cxx | |
| parent | ec974ce6b8714c6c9ee344bd94f4e53b68cd4df2 (diff) | |
Fix typos and copyright
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 2 |
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() { } |
