mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
meson.build: Fix typo in log message
This commit is contained in:
parent
4736387c1b
commit
54ce8e882b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ if meson.is_cross_build() or build_machine.system() == 'windows'
|
|||
error('Documentation enabled but building the doc while cross building or building on windows is not supported yet.')
|
||||
endif
|
||||
|
||||
message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.')
|
||||
message('Documentation not built as building the documentation while cross building or building on windows is not supported yet.')
|
||||
else
|
||||
hotdoc_p = find_program('hotdoc', required : get_option('doc'))
|
||||
if hotdoc_p.found()
|
||||
|
|
Loading…
Reference in a new issue