From 264a57dabefb4439fed6e3485a7b4fae1af1e444 Mon Sep 17 00:00:00 2001
From: ekwange <ekwange@gmail.com>
Date: Wed, 26 Feb 2020 10:18:58 +0900
Subject: [PATCH] validate: launcher: Fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3940>
---
 subprojects/gst-devtools/validate/launcher/apps/gstcheck.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/gst-devtools/validate/launcher/apps/gstcheck.py b/subprojects/gst-devtools/validate/launcher/apps/gstcheck.py
index 0d80994961..cff50890d7 100644
--- a/subprojects/gst-devtools/validate/launcher/apps/gstcheck.py
+++ b/subprojects/gst-devtools/validate/launcher/apps/gstcheck.py
@@ -352,7 +352,7 @@ class GstCheckTestsManager(MesonTestsManager):
         arggroup.add_argument("--gst-check-leak-trace-testnames",
                               default=None,
                               help="A regex to specifying testsnames of the test"
-                              "to run with the leak tracer activated, if 'known-not-leaky'"
+                              " to run with the leak tracer activated, if 'known-not-leaky'"
                               " is specified, the testsuite will automatically activate"
                               " leak tracers on tests known to be not leaky.")
         arggroup.add_argument("--gst-check-leak-options",