Skip to content
This repository was archived by the owner on Jul 31, 2021. It is now read-only.

Commit 5f7b144

Browse files
committed
Typo fix: PunishCoash -> PunishCoach
1 parent ac534d1 commit 5f7b144

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GUI_PunishCoachOverlay.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def write(self, str):
1212
pass
1313

1414

15-
class GUI_PunishCoashOverlay(GUI_Overlay.Overlay):
15+
class GUI_PunishCoachOverlay(GUI_Overlay.Overlay):
1616

1717
def __init__(self, master, launcher):
1818

GUI_TekkenBotPrime.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def start_overlay(self):
191191
self.overlay = cio.GUI_CommandInputOverlay(self, self.launcher)
192192
self.overlay.hide()
193193
if self.mode == OverlayMode.PunishCoach:
194-
self.overlay = pco.GUI_PunishCoashOverlay(self, self.launcher)
194+
self.overlay = pco.GUI_PunishCoachOverlay(self, self.launcher)
195195
self.overlay.hide()
196196
if self.mode == OverlayMode.MatchupRecord:
197197
self.overlay = mso.GUI_MatchStatOverlay(self, self.launcher)
@@ -270,4 +270,4 @@ class OverlayMode(Enum):
270270
if __name__ == '__main__':
271271
app = GUI_TekkenBotPrime()
272272
#app.update_launcher()
273-
app.mainloop()
273+
app.mainloop()

0 commit comments

Comments
 (0)