Skip to content

Commit

Permalink
Merge pull request #149 from TheSaltyNewfie/master
Browse files Browse the repository at this point in the history
spelling mistake
  • Loading branch information
cyperdark authored Jun 2, 2023
2 parents f23a2fc + b1495eb commit b4fb207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memory/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion memory/tournament_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4fb207

Please sign in to comment.