From 278f4a64184b49ca73795d65c97494e4f07de047 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Thu, 17 Feb 2022 11:35:49 +0100 Subject: [PATCH] Improve environment variable documentation At GST_VALIDATE_FILE: s/will be outputed/are output/ Part-of: --- .../gst-devtools/docs/gst-validate-environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-devtools/docs/gst-validate-environment-variables.md b/subprojects/gst-devtools/docs/gst-validate-environment-variables.md index 42de2bfa1f..5576507f1b 100644 --- a/subprojects/gst-devtools/docs/gst-validate-environment-variables.md +++ b/subprojects/gst-devtools/docs/gst-validate-environment-variables.md @@ -30,8 +30,8 @@ information and consider differently the level of the reported issues. **GST_VALIDATE_FILE.** Set this variable to a colon-separated list of paths to redirect all -GstValidate messages to this file. If left unset, debug messages will be -outputed into the standard error. +GstValidate messages to this file. If left unset, debug messages are +output to standard error. You can use the special names `stdout` and `stderr` to use those output.