diff --git a/src/interface.py b/src/interface.py index 97e45132e..ace440a5c 100644 --- a/src/interface.py +++ b/src/interface.py @@ -744,8 +744,8 @@ window, please enter your password")) if not common.windows_check(): file_manager = "xdg-open" else: - file_namager = "explorer.exe" - common.exec_command(file_manager, torrent_path) + file_manager = "explorer.exe" + common.exec_command(file_manager, torrent_path) except KeyError: pass