From b6147e6037202503c133eb1fad1d936bd9269cef Mon Sep 17 00:00:00 2001 From: Andika Triwidada Date: Thu, 9 Sep 2021 04:08:22 +0000 Subject: [PATCH] add missing space Part-of: --- tools/gst-inspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 3791ec1b3b..b7bf8064ad 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -2066,7 +2066,7 @@ main (int argc, char *argv[]) {"no-colors", '\0', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &colored_output, N_ - ("Disable colors in output. You can also achieve the same by setting" + ("Disable colors in output. You can also achieve the same by setting " "'GST_INSPECT_NO_COLORS' environment variable to any value."), NULL}, {"sort", '\0', G_OPTION_ARG_NONE, G_OPTION_ARG_CALLBACK, &_parse_sort_type,