Improve environment variable documentation
authorSebastian Fricke <sebastian.fricke@collabora.com>
Thu, 17 Feb 2022 10:35:49 +0000 (11:35 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 1 Mar 2022 11:33:10 +0000 (11:33 +0000)
At GST_VALIDATE_FILE:
s/will be outputed/are output/

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743>

subprojects/gst-devtools/docs/gst-validate-environment-variables.md

index 42de2bf..5576507 100644 (file)
@@ -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.