diff --git a/doc/meson.build b/doc/meson.build index 5598b18ba3..81c0e34910 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -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, )