Manual typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Nov 2013 23:10:50 +0000 (23:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Nov 2013 23:10:50 +0000 (23:10 +0000)
cscript

diff --git a/cscript b/cscript
index da3d673e45336d824c615118ba6dd256773902e6..8b929a606a4cdcbe8b6c979438ec3268396ec8ba 100644 (file)
--- a/cscript
+++ b/cscript
@@ -71,5 +71,5 @@ def make_pot(target):
 def make_manual(target):
     os.chdir('doc/manual')
     target.command('make')
-    target.cmomand('pdflatex colour.tex')
+    target.command('pdflatex colour.tex')
     return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colours.pdf')]