fixed wrong spelled words

This commit is contained in:
freddii
2021-01-14 11:18:42 +01:00
parent 579ea91dcc
commit 228bb1a3f4
3 changed files with 3 additions and 3 deletions

View File

@@ -1071,7 +1071,7 @@ class ArchManager(SoftwareManager):
return True
except:
self.logger.error("An error occured while removing packages: {}".format(', '.join(to_remove)))
self.logger.error("An error occurred while removing packages: {}".format(', '.join(to_remove)))
traceback.print_exc()
output_handler.stop_working()
output_handler.join()