diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-11 17:59:56 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-23 14:19:19 +0100 |
commit | e99a7a8dfa6f85a8b8bc53298f9300cf2fc77ec2 (patch) | |
tree | c78efe033656ff176b16e174a54dbb30ed010dde /compilerplugins | |
parent | b0ac9d111a407481badbe848f85c101eabdd640d (diff) |
Fix typo
Change-Id: I428b4c484ba6e18ee2947c9be4688317764769f2
Reviewed-on: https://gerrit.libreoffice.org/68240
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/test/indentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/test/indentation.cxx b/compilerplugins/clang/test/indentation.cxx index f7cccce67cc5..685ec7e17e1c 100644 --- a/compilerplugins/clang/test/indentation.cxx +++ b/compilerplugins/clang/test/indentation.cxx @@ -29,7 +29,7 @@ void top1(int x) { /*xxx*/ foo(); -// disable this for now, ends up touching some very large switch statemnts in sw/ and sc/ +// disable this for now, ends up touching some very large switch statements in sw/ and sc/ switch (x) { case 1: foo(); break; // 1expected-note {{measured against this one [loplugin:indentation]}} |