From 689264cb3515452af9508b48109703e6fa7af315 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 15 May 2020 21:18:01 +0200 Subject: [PATCH] Fix typo --- classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Config.php b/classes/Config.php index c68d5b3..d8ca08f 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -225,7 +225,7 @@ class Config } /** - * Override options from environement variables. + * Override options from environment variables. * Environment variables should use screaming snake case: CONVERT, PYTHON, AUDIO_BITRATE, etc. * If the value is an array, you should use the YAML format: "CONVERT_ADVANCED_FORMATS='[foo, bar]'" *