diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-03 21:15:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-03 21:16:06 +0100 |
commit | b36c5e958708a9c53252c9f574f192152ec7e7e4 (patch) | |
tree | a06bdb54f144abe0fb743a2886f3d141ee5939a7 /.clang-format | |
parent | docs: update branch names (diff) | |
download | systemd-b36c5e958708a9c53252c9f574f192152ec7e7e4.tar.xz systemd-b36c5e958708a9c53252c9f574f192152ec7e7e4.zip |
various: fix three spelling issues found by fossies
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
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). |