include/vcl/WindowPosSize.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 16af8e218540dd17f020411c32e809feb68abd78
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 8 21:05:09 2022 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 8 21:16:33 2022 +0200

    Fix typo
    
    Change-Id: I6463eb09c5bac07e6aa8e23b4b5eab06172ab2b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135514
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/include/vcl/WindowPosSize.hxx b/include/vcl/WindowPosSize.hxx
index c88444c6dd9a..ed52488be33a 100644
--- a/include/vcl/WindowPosSize.hxx
+++ b/include/vcl/WindowPosSize.hxx
@@ -30,7 +30,7 @@ namespace vcl
 {
 /**
  * There are multiple ways to store the two different areas of a vcl::Window.
- * But this representataion is hopefully less error prone from the used types
+ * But this representation is hopefully less error prone from the used types
  * and more clear in what values in- or exclude the non-drawable window frame.
  *
  * There are especially two things to remember:
@@ -120,7 +120,7 @@ public:
         setPos(rRect.GetPos());
         setSize(rRect.GetSize());
     }
-    // because tools::Rectangle has the ambigious (Point&, Point&) 
constructor, which we don't want here
+    // because tools::Rectangle has the ambiguous (Point&, Point&) 
constructor, which we don't want here
     void setPosSize(const Point& rPos, const Size& rSize) { setPosSize({ rPos, 
rSize }); }
 };
 

Reply via email to