From 61ece08debfb9c0733e2d9e41f277c3cd3c6ab60 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 14 Dec 2017 04:28:20 +0530 Subject: [PATCH] meson.build: Fix typo in gstreamer-sharp message Reported by @jeandet on IRC. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 859d49e..6542685 100644 --- a/meson.build +++ b/meson.build @@ -95,10 +95,10 @@ if not get_option('disable_gstreamer_sharp') if meson.version().version_compare('>=0.43') subprojects += ['gstreamer-sharp'] else - message('WARNING: Not building gstramer-sharp as meson >=0.43 not found.') + message('WARNING: Not building gstreamer-sharp as meson >=0.43 not found.') endif else - message('WARNING: Not building gstramer-sharp as no CS compiler found.') + message('WARNING: Not building gstreamer-sharp as no CS compiler found.') endif endif -- 2.7.4