aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/clang-format.cmake
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
commit8ac2f4f798012203d770049eb4a4374a3c5390ed (patch)
tree6d4c118216a6a655c75cd7350c06fb52263747dd /kde-modules/clang-format.cmake
parent2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff)
downloadextra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz
extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'kde-modules/clang-format.cmake')
-rw-r--r--kde-modules/clang-format.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake
index 48e442fa..91b51c85 100644
--- a/kde-modules/clang-format.cmake
+++ b/kde-modules/clang-format.cmake
@@ -56,7 +56,7 @@ BinPackArguments: false
# don't move parameters to own lines if they are not all on the same
BinPackParameters: false
-# In case we have an if statement whith multiple lines the operator should be at the beginning of the line
+# In case we have an if statement with multiple lines the operator should be at the beginning of the line
# but we do not want to break assignments
BreakBeforeBinaryOperators: NonAssignment