From fd8170525bb8e2555ac1902ab2d53a064aa9920b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 19 Feb 2022 12:55:06 +0100 Subject: Fix typos and copyright --- src/Fl_Window_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { } -- cgit v1.2.3