diff --git a/gui.py b/gui.py index 3ea3134..91b051f 100644 --- a/gui.py +++ b/gui.py @@ -734,7 +734,7 @@ def _goToZKill(self, event): url = url + "abyssal/" # This is a catch all if the url wasnt set or if a column other than a special one was clicked. - # This is in a seperate flow to the above in case any of the above need to fall through + # This is in a separate flow to the above in case any of the above need to fall through if url == "https://zkillboard.com/": character_id = self.options.Get("outlist")[rowidx][0] url = url + "character/" + str(character_id) + "/"