[Libreoffice-commits] core.git: include/basegfx

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 29 11:55:15 UTC 2019


 include/basegfx/tuple/b2ituple.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c0e344a906963c65dca134025fe1f0ddcf53c65
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:16 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 29 13:54:17 2019 +0200

    Fix typo
    
    Change-Id: I78960aa25372e755cb99f4c59dd69fbd6dcc3098
    Reviewed-on: https://gerrit.libreoffice.org/74869
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/basegfx/tuple/b2ituple.hxx b/include/basegfx/tuple/b2ituple.hxx
index 25e81d1ceab2..a47a8be8f275 100644
--- a/include/basegfx/tuple/b2ituple.hxx
+++ b/include/basegfx/tuple/b2ituple.hxx
@@ -28,7 +28,7 @@ namespace basegfx
     /** Base class for all Points/Vectors with two sal_Int32 values
 
         This class provides all methods common to Point
-        avd Vector classes which are derived from here.
+        and Vector classes which are derived from here.
 
         @derive Use this class to implement Points or Vectors
         which are based on two sal_Int32 values


More information about the Libreoffice-commits mailing list