diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
commit | 8ac2f4f798012203d770049eb4a4374a3c5390ed (patch) | |
tree | 6d4c118216a6a655c75cd7350c06fb52263747dd /modules/ECMQchDoxygen.config.in | |
parent | 2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff) | |
download | extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'modules/ECMQchDoxygen.config.in')
-rw-r--r-- | modules/ECMQchDoxygen.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in index f336d9f6..917964ae 100644 --- a/modules/ECMQchDoxygen.config.in +++ b/modules/ECMQchDoxygen.config.in @@ -26,7 +26,7 @@ FULL_PATH_NAMES = NO STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO -# Do not require explicity @brief command for brief description +# Do not require explicitly @brief command for brief description JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES |