diff options
author | David Faure <faure@kde.org> | 2021-01-31 10:57:07 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2021-01-31 10:57:07 +0100 |
commit | 00c82eaa7b515349983ec43872c894cdf4363828 (patch) | |
tree | c05690b1615adca698797b463305115592c45ba7 | |
parent | 52b653d5b605b2110d03ab9b43681ecfe8ce0c5c (diff) | |
download | extra-cmake-modules-00c82eaa7b515349983ec43872c894cdf4363828.tar.gz extra-cmake-modules-00c82eaa7b515349983ec43872c894cdf4363828.tar.bz2 |
ECMQtDeclareLoggingCategory: fix typo in docu
GIT_SILENT
-rw-r--r-- | modules/ECMQtDeclareLoggingCategory.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQtDeclareLoggingCategory.cmake b/modules/ECMQtDeclareLoggingCategory.cmake index 752b5554..720a5013 100644 --- a/modules/ECMQtDeclareLoggingCategory.cmake +++ b/modules/ECMQtDeclareLoggingCategory.cmake @@ -95,7 +95,7 @@ # call which uses the same ``<exportid>``. This can be in the same directory, or # any subdirectory or parent directory. # -# ``EXPORT`` specifies the group id of categories whose informatipn should be +# ``EXPORT`` specifies the group id of categories whose information should be # stored in the file generated and installed. # # ``FILE`` specifies the name of the file generated and installed. It will default |