various: fix three spelling issues found by fossies

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2022-01-03 21:15:06 +01:00
parent df1f621bda
commit b36c5e9587
3 changed files with 4 additions and 4 deletions

View File

@@ -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).