Fix various spelling issues reported by codespell

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
Jakub Jelen
2022-10-12 10:45:00 +02:00
committed by Andreas Schneider
parent e3d0f60281
commit bff436695b
59 changed files with 117 additions and 112 deletions

View File

@@ -17,16 +17,16 @@ set(CTEST_BUILD_OPTIONS "-DUNIT_TESTING=ON -WITH_SFTP=ON -DWITH_SERVER=ON -DWITH
#set(CTEST_CUSTOM_MEMCHECK_IGNORE torture_rand)
## The Model to set: Nightly, Continous, Experimental
## The Model to set: Nightly, Continuous, Experimental
set(CTEST_MODEL "Experimental")
## The branch
#set(CTEST_GIT_BRANCH "--branch v0-5")
## Wether to enable memory checking.
## Whether to enable memory checking.
set(WITH_MEMCHECK FALSE)
## Wether to enable code coverage.
## Whether to enable code coverage.
set(WITH_COVERAGE FALSE)
#######################################################################