summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build2
1 files changed, 1 insertions, 1 deletions
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,
)