confclerk.pro: fix typo in pod2man call.
authorgregor herrmann <gregoa@debian.org>
Thu, 11 Sep 2014 16:36:25 +0000 (16:36 +0000)
committergregor herrmann <gregoa@debian.org>
Thu, 11 Sep 2014 16:36:25 +0000 (16:36 +0000)
confclerk.pro

index 46b17f8b6407a0452badb1a204b1e039c6eba8bc..1421de301f0a4e8ce8dbdf29ad7d25bde6f7d344 100644 (file)
@@ -25,7 +25,7 @@ icon.depends = data/$${TARGET}.svg
 
 man.target = data/$${TARGET}.1
 man.commands = \
-       pod2man --utf8 --center=\"Offlince conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1
+       pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1
 man.depends = data/$${TARGET}.pod
 
 releaseclean.commands = \