Skip to content

Commit 0be9e24

Browse files
authored
fix: typo (#47)
1 parent 065425b commit 0be9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func (hs *hostSession) run() (err error) {
246246
log.Println(err)
247247
return
248248
}
249-
fmt.Println("Answer recieved, connecting...")
249+
fmt.Println("Answer received, connecting...")
250250
} else {
251251
body, err := pollForResponse(hs.offer.TenKbSiteLoc)
252252
if err != nil {

0 commit comments

Comments
 (0)