Skip to content

Commit

Permalink
Fix typo in Doxygen doc
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13012 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Aug 9, 2018
1 parent cd399d9 commit 1dd2162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl.cxx
Expand Up @@ -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);
Expand Down

0 comments on commit 1dd2162

Please sign in to comment.