Fixed typo in deprecation warning.

This commit is contained in:
John MacFarlane 2016-10-24 16:05:26 +02:00
parent b2c8b979d9
commit 10bd57ecb6

View file

@ -611,7 +611,7 @@ options =
, Option "" ["chapters"]
(NoArg
(\opt -> do warn $ "--chapters is deprecated. " ++
"Use --top-level-divison=chapter instead."
"Use --top-level-division=chapter instead."
return opt { optTopLevelDivision = Chapter }))
"" -- "Use chapter for top-level sections in LaTeX, DocBook"