[cli] Fix typo

This commit is contained in:
Mathis Dröge 2022-06-30 10:41:31 +02:00 committed by Rodney
parent d8af06c936
commit 0d23775337

View file

@ -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('')