summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
commit69d65ed88f36a63d097bb32f12bb357a01c208d7 (patch)
tree3eec9fb4eff755e248bd6b690abd0329147903b2 /cmake
parent72c23623801af9ff450a98518db84da89fba83ed (diff)
downloadlibical-git-69d65ed88f36a63d097bb32f12bb357a01c208d7.tar.gz
fix spelling - found with newer codespell v2.2.1
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/GtkDoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/GtkDoc.cmake b/cmake/modules/GtkDoc.cmake
index f81a33b8..c7d88546 100644
--- a/cmake/modules/GtkDoc.cmake
+++ b/cmake/modules/GtkDoc.cmake
@@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: Milan Crha <mcrha@redhat.com>
# SPDX-License-Identifier: BSD-3-Clause
#
-# Macros to support develper documentation build from sources with gtk-doc.
+# Macros to support developer documentation build from sources with gtk-doc.
#
# Note that every target and dependency should be defined before the macro is
# called, because it uses information from those targets.