From f8d0b591ab388d5ed9fb2956989b4d8c51f41fed Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:00:34 +0200 Subject: Documentation: correct spelling errors --- FL/Fl_Window.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index d72ca02f8..1d1ab3b49 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -164,10 +164,10 @@ public: Fl::screen_xywh(int &X, int &Y, int &W, int &H, int n) can be used to discover the coordinates of the area of screen #n. When these screens have various scale factor - values, an \p (x, y) pair may not be enough to specify the targetted screen + values, an \p (x, y) pair may not be enough to specify the targeted screen for the window, because the same \p (x,y) pair can belong to several screens. In that situation, a call to Fl_Window::screen_num(int) is to be used to identify - unambiguously the targetted screen. + unambiguously the targeted screen. \see Fl_Window(int w, int h, const char *title) \see Fl::screen_xywh(int &X, int &Y, int &W, int &H, int n) -- cgit v1.2.3