From 2630c169be9379332e6b71b573b37f2e8a6b874c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 28 Dec 2020 10:27:19 +0100 Subject: [PATCH] [cli] Fix typo in no-verify info message. --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 999492c..48fbc31 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -890,7 +890,7 @@ class LegendaryCLI: f'with legendary. Run "legendary repair {args.app_name}" to do so.') else: logger.info(f'Installation had Epic Games Launcher metadata for version "{igame.version}", ' - f'verification will not be requried.') + f'verification will not be required.') logger.info('Game has been imported.') def egs_sync(self, args):