docs: Typos in ninja doc screen output

This commit is contained in:
Xavi Artigas 2019-11-18 12:30:22 +01:00
parent 1c5849c5a8
commit 070cde61b5
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ compress_target = custom_target('package_doc_tar',
)
run_target('doc',
command: ['echo', 'Documentation sucessfully build!'],
command: ['echo', 'Documentation built successfully'],
depends: compress_target,
)