From 2f679396fddf946f6cfb1ac8f03976024cf157ba Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 27 Sep 2020 13:58:01 +0200 Subject: [PATCH] Fix typo in documentation --- interface/wx/dc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/wx/dc.h b/interface/wx/dc.h index fc1505ec21..e5af4c2491 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -285,7 +285,7 @@ public: /** Converts device (@a x, @a y) coordinates to logical coordinates - taking into account all apllied transformations like the current + taking into account all applied transformations like the current mapping mode, scale factors, device origin, axes orientation, affine transformation. @@ -302,7 +302,7 @@ public: /** Converts device @a x, @a y coordinates to relative logical coordinates - taking into account all apllied transformations like the current + taking into account all applied transformations like the current mapping mode, scale factors, affine transformation. Use this for converting distances like e.g. width and height. @@ -319,7 +319,7 @@ public: /** Converts logical (@a x, @a y) coordinates to device coordinates - taking into account all apllied transformations like the current + taking into account all applied transformations like the current mapping mode, scale factors, device origin, axes orientation, affine transformation. @@ -336,7 +336,7 @@ public: /** Converts logical @a x, @a y coordinates to relative device coordinates - taking into account all apllied transformations like the current + taking into account all applied transformations like the current mapping mode, scale factors, affine transformation. Use this for converting distances like e.g. width and height.