Correct spelling error in log message

This commit is contained in:
Daniel Johnson 2024-06-26 17:05:25 -04:00
parent 98f53221f3
commit c245f6af3e

View file

@ -42,7 +42,7 @@ def get_game_config(task, gog_game_path):
if os.path.exists(resolved):
return resolved
logger.warning("GOG configuratipath '%s' could not be resolved", path)
logger.warning("GOG configuration path '%s' could not be resolved", path)
return path
config = {}