diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-11 17:59:58 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-21 07:00:00 +0100 |
commit | ffc59a0c4fcc7f5486447c7132cf1133ba58e115 (patch) | |
tree | 105cf30a35de29c814de4ead0f40c7b132a1bc16 /compilerplugins/clang | |
parent | dbd3be9063233436dc0bd1cb5f982c9fc6e46463 (diff) |
Fix typo
Change-Id: Ibd7c52137674eb07c35c951260a8102d06a436cc
Reviewed-on: https://gerrit.libreoffice.org/68130
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/overrideparam.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |