From fe91730d5668a3fd8092f15160291fe8d66dc80d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 26 Feb 2020 16:35:09 -0500 Subject: [PATCH] Fix typo in error output --- rffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rffmpeg.py b/rffmpeg.py index f047064..df09be6 100755 --- a/rffmpeg.py +++ b/rffmpeg.py @@ -64,7 +64,7 @@ with open(config_file, 'r') as cfgfile: try: o_config = yaml.load(cfgfile) except Exception as e: - print('ERROR: Failed ot parse configuration file: {}'.format(e)) + print('ERROR: Failed to parse configuration file: {}'.format(e)) exit(1) try: