Skip to content

Commit

Permalink
fix: typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Jul 23, 2024
1 parent 065425b commit 0be9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (hs *hostSession) run() (err error) {
log.Println(err)
return
}
fmt.Println("Answer recieved, connecting...")
fmt.Println("Answer received, connecting...")
} else {
body, err := pollForResponse(hs.offer.TenKbSiteLoc)
if err != nil {
Expand Down

0 comments on commit 0be9e24

Please sign in to comment.