meson.build: Fix typo in gstreamer-sharp message
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 13 Dec 2017 22:58:20 +0000 (04:28 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 13 Dec 2017 22:58:44 +0000 (04:28 +0530)
Reported by @jeandet on IRC.

meson.build

index 859d49e..6542685 100644 (file)
@@ -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