meson.build: Fix typo in gstreamer-sharp message

Reported by @jeandet on IRC.
This commit is contained in:
Nirbheek Chauhan 2017-12-14 04:28:20 +05:30
parent 8ff8df2112
commit 61ece08deb

View file

@ -95,10 +95,10 @@ if not get_option('disable_gstreamer_sharp')
if meson.version().version_compare('>=0.43') if meson.version().version_compare('>=0.43')
subprojects += ['gstreamer-sharp'] subprojects += ['gstreamer-sharp']
else 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 endif
else 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
endif endif