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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 29 10:20:01 UTC 2019


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

New commits:
commit 8660e439776a61220b1be86e4669692bbfa86085
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 29 12:19:10 2019 +0200

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

diff --git a/include/basegfx/tuple/b2i64tuple.hxx b/include/basegfx/tuple/b2i64tuple.hxx
index a47a82e1db2a..ee86ef34ba1f 100644
--- a/include/basegfx/tuple/b2i64tuple.hxx
+++ b/include/basegfx/tuple/b2i64tuple.hxx
@@ -29,7 +29,7 @@ namespace basegfx
     /** Base class for all Points/Vectors with two sal_Int64 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_Int64 values


More information about the Libreoffice-commits mailing list