From 0d23775337df23a377f4293e3c1c59767a429c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathis=20Dr=C3=B6ge?= Date: Thu, 30 Jun 2022 10:41:31 +0200 Subject: [PATCH] [cli] Fix typo --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 039c509..7a6c517 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -1084,7 +1084,7 @@ class LegendaryCLI: logger.info(f'Finished installation process in {end_t - start_t:.02f} seconds.') def _handle_postinstall(self, postinstall, igame, skip_prereqs=False): - print('\nThis game lists the following prequisites to be installed:') + print('\nThis game lists the following prerequisites to be installed:') print(f'- {postinstall["name"]}: {" ".join((postinstall["path"], postinstall["args"]))}') print('')