Fixed typo in deprecation warning.
This commit is contained in:
parent
b2c8b979d9
commit
10bd57ecb6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue