From 54ce8e882bd5b945d0f2c25c1a583b43848bd150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 May 2019 23:21:54 +0100 Subject: [PATCH] meson.build: Fix typo in log message --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index eb18223c2e..ca7826cfdf 100644 --- a/meson.build +++ b/meson.build @@ -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()