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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 19 08:01:21 UTC 2019


 include/sal/types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 607902dbcdf1761f6f2fafe2124c3a9c7df3c094
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:24:57 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 19 10:00:31 2019 +0200

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

diff --git a/include/sal/types.h b/include/sal/types.h
index e2442ea6c998..1a8ba255b4b7 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -398,7 +398,7 @@ namespace css = ::com::sun::star;
 
 /** C++11 "override" feature.
 
-    For LIBO_INTERNAL_ONLY, force the method to override a existing method in
+    For LIBO_INTERNAL_ONLY, force the method to override an existing method in
     parent, error out if the method with the correct signature does not exist.
 
     @since LibreOffice 4.1


More information about the Libreoffice-commits mailing list