tools: gst-validate-images-check: Fix typo
authorWonchul Lee <hi@wonchul.kr>
Fri, 29 Dec 2017 02:25:05 +0000 (11:25 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 31 Jan 2018 17:40:56 +0000 (17:40 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=792035

validate/tools/gst-validate-images-check.c
validate/tools/meson.build

index 4849f28..6a7d29f 100644 (file)
@@ -62,7 +62,7 @@ main (int argc, char **argv)
 
   setlocale (LC_ALL, "");
 
-  g_set_prgname ("gst-validate-mages-check-" GST_API_VERSION);
+  g_set_prgname ("gst-validate-images-check-" GST_API_VERSION);
   ctx = g_option_context_new ("/reference/file/path /compared/file/path");
 
   g_option_context_set_summary (ctx,
index 832903b..b965adf 100644 (file)
@@ -39,7 +39,7 @@ if rtsp_server_dep.found()
 endif
 
 if cairo_dep.found()
-    executable('gst-validate-image-check-' + apiversion,
+    executable('gst-validate-images-check-' + apiversion,
             'gst-validate-images-check.c',
                 install: true,
                 include_directories : inc_dirs,