From 6d52cd1c0b7270a512a8e4ea988432fdad3e4385 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 11 Feb 2019 17:59:59 +0000 Subject: Fix typo Change-Id: I036a41bd4d46973a8b6fb51a90c6506cf3f9b8f0 Reviewed-on: https://gerrit.libreoffice.org/67748 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- compilerplugins/clang/indentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') 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); -- cgit