summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
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);