include/com/sun/star/uno/Type.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 940e459f65b4741e5ba4757e2b8eed4e31220273
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 14 22:41:59 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 30 09:48:46 2019 +0200

    Fix typo
    
    Change-Id: I4508cc601ac3351f54b0223b15a4705d8f339d7e
    Reviewed-on: https://gerrit.libreoffice.org/74904
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h
index 5ca395e881fb..056f6ba5f379 100644
--- a/include/com/sun/star/uno/Type.h
+++ b/include/com/sun/star/uno/Type.h
@@ -179,7 +179,7 @@ public:
     */
     bool SAL_CALL operator == ( const Type & rType ) const
         { return ::typelib_typedescriptionreference_equals( _pType, 
rType._pType ); }
-    /** Unequality operator: Compares two types.
+    /** Inequality operator: Compares two types.
 
         @param rType another type
         @return false if both types refer the same type, true otherwise
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to