[Libreoffice-commits] core.git: compilerplugins/clang

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 21 06:00:25 UTC 2019


 compilerplugins/clang/overrideparam.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffc59a0c4fcc7f5486447c7132cf1133ba58e115
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 11 17:59:58 2019 +0000
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Feb 21 07:00:00 2019 +0100

    Fix typo
    
    Change-Id: Ibd7c52137674eb07c35c951260a8102d06a436cc
    Reviewed-on: https://gerrit.libreoffice.org/68130
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/compilerplugins/clang/overrideparam.cxx b/compilerplugins/clang/overrideparam.cxx
index 63620fe206c3..43ba2f74b9a1 100644
--- a/compilerplugins/clang/overrideparam.cxx
+++ b/compilerplugins/clang/overrideparam.cxx
@@ -15,7 +15,7 @@
 
 /*
   Find overridden methods that :
-  (a) declare default params in different palces to their super-method(s)
+  (a) declare default params in different places to their super-method(s)
 
   Still TODO
   (b) Find places where the values of the default parameters are different


More information about the Libreoffice-commits mailing list