diff --git a/memory/functions.go b/memory/functions.go index eba1985..57d6df8 100644 --- a/memory/functions.go +++ b/memory/functions.go @@ -84,7 +84,7 @@ func Init() { &menuData.PreSongSelectData) if err != nil { DynamicAddresses.IsReady = false - log.Println("It appears that we lost the precess, retrying! ERROR:", err) + log.Println("It appears that we lost the process, retrying! ERROR:", err) continue } MenuData.OsuStatus = menuData.Status diff --git a/memory/tournament_windows.go b/memory/tournament_windows.go index 87522d8..2188bda 100644 --- a/memory/tournament_windows.go +++ b/memory/tournament_windows.go @@ -220,7 +220,7 @@ func getTourneyIPC() error { &tourneyMenuData[i].PreSongSelectData) if err != nil { DynamicAddresses.IsReady = false - log.Println("It appears that we lost the precess, retrying", err) + log.Println("It appears that we lost the process, retrying", err) continue } if i == 0 {