diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-11 17:59:59 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-13 05:07:43 +0100 |
commit | 6d52cd1c0b7270a512a8e4ea988432fdad3e4385 (patch) | |
tree | d2b39423fa1bfe9c44330642ad8b034a1c734204 | |
parent | 17dcc5c1222842c8167b233ee6e60ce93dd49f12 (diff) |
Fix typo
Change-Id: I036a41bd4d46973a8b6fb51a90c6506cf3f9b8f0
Reviewed-on: https://gerrit.libreoffice.org/67748
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | compilerplugins/clang/indentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/indentation.cxx b/compilerplugins/clang/indentation.cxx index f8330c622d30..6b4e39c9d483 100644 --- a/compilerplugins/clang/indentation.cxx +++ b/compilerplugins/clang/indentation.cxx @@ -213,7 +213,7 @@ bool Indentation::VisitSwitchStmt(SwitchStmt const* switchStmt) } else if (column != tmpColumn) { - // 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/ (void)firstStmt; // report(DiagnosticsEngine::Warning, "statement mis-aligned compared to neighbours", // stmtLoc); |