summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-09-30 19:02:42 +0100
committerRoger Leigh <rleigh@debian.org>2013-09-30 19:04:23 +0100
commitd29ab09ac54d9de660b16d7034552ce6ea411df2 (patch)
treea02159ac90d7c695fdb84926d6a18b31d64e782d
parente1baf55e6d7b16bc47f7fee78019cabe113e7ef7 (diff)
downloadschroot-d29ab09ac54d9de660b16d7034552ce6ea411df2.tar.gz
cmake: Fix typo in man
-rw-r--r--man/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index cf6d3635..50cb43c1 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -97,7 +97,7 @@ endif(GIT_RELEASE_ENABLE)
foreach(manpage_source ${manpage_sources})
unset(lang)
unset(pagename)
- unset(setion)
+ unset(section)
string(REGEX MATCH ".*/translated/([^/]+)/(.+)\\.([0-9])\\.man\$" is_translation ${manpage_source})
if(is_translation)
string(REGEX REPLACE ".*/translated/([^/]+)/(.+)\\.([0-9])\\.man\$" "\\1;\\2;\\3" translation_matches ${manpage_source})