summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-03 21:15:06 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-03 21:16:06 +0100
commitb36c5e958708a9c53252c9f574f192152ec7e7e4 (patch)
treea06bdb54f144abe0fb743a2886f3d141ee5939a7 /.clang-format
parentdf1f621bda3b082bcdb0454f8b0138e3aaf2764b (diff)
downloadsystemd-b36c5e958708a9c53252c9f574f192152ec7e7e4.tar.gz
various: fix three spelling issues found by fossies
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 651249c701..8d50be42e7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,7 @@
# This configuration file can be used to auto-format the code base.
# Not all guidelines specified in CODING_STYLE are followed, so the
# result MUST NOT be committed indiscriminately, but each automated
-# change should be reviewed and only the appropriate ones commited.
+# change should be reviewed and only the appropriate ones committed.
#
# The easiest way to apply the formatting to your changes ONLY,
# is to use the git-clang-format script (usually installed with clang-format).