hotdoc: Fix typo in argument

This commit is contained in:
Nirbheek Chauhan 2022-10-14 02:07:29 +05:30 committed by Nirbheek Chauhan
parent 4f0452b283
commit 7912901acc
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ class HotdocTargetBuilder:
self.cmd.extend(['--include-path', path])
if self.state.environment.coredata.get_option(mesonlib.OptionKey('werror', subproject=self.state.subproject)):
self.cmd.append('--fatal-warning')
self.cmd.append('--fatal-warnings')
self.generate_hotdoc_config()
target_cmd = self.build_command + ["--internal", "hotdoc"] + \