From 5651bd04307b48d24d5b7689feec5adf07cbbe23 Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Tue, 10 Feb 2026 01:56:33 +0000 Subject: [PATCH] docs: correct typo 'seperate' to 'separate' in comment --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) + "/"