From 1dd21622f5462c0d6a930156f78325bc6c4ba68b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 9 Aug 2018 11:25:56 +0000 Subject: Fix typo in Doxygen doc git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 8d99d679e..b5ab7b164 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -2126,7 +2126,7 @@ float Fl::screen_scale(int n) { } /** Set the value of the GUI scaling factor for screen number \p n. -Call this function before the fist window is show()'n and after +Call this function before the first window is show()'n and after a call to fl_open_display() to set the application's initial scaling factor value. */ void Fl::screen_scale(int n, float factor) { Fl::screen_driver()->scale(n, factor); -- cgit v1.2.3