From a71c5f4c10089cfc749df0869bd5fec253655d59 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 31 Jan 2020 13:13:49 +0100 Subject: Fix typo --- 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 6f2660611..5f6d1e236 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -2154,7 +2154,7 @@ int Fl::screen_scaling_supported() { return Fl::screen_driver()->rescalable(); } -/** Controls the possibilty to scale all windows by ctrl/+/-/0/ or cmd/+/-/0/. +/** Controls the possibility to scale all windows by ctrl/+/-/0/ or cmd/+/-/0/. This function must be called before fl_open_display() runs to be effective. \param value 0 to stop recognition of ctrl/+/-/0/ (or cmd/+/-/0/ under macOS) keys as window scaling. */ -- cgit v1.2.3