meson.build: Fix typo in log message
authorTim-Philipp Müller <tim@centricular.com>
Tue, 14 May 2019 22:21:54 +0000 (23:21 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 14 May 2019 22:22:18 +0000 (23:22 +0100)
meson.build

index eb18223..ca7826c 100644 (file)
@@ -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()