Skip to content

Commit

Permalink
Update engo_js.go (#807)
Browse files Browse the repository at this point in the history
recieve -> receive

Co-authored-by: Noofbiz <[email protected]>
  • Loading branch information
eltociear and Noofbiz authored Jul 12, 2024
1 parent 89e0b0c commit 4d9de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engo_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func openFile(url string) (io.ReadCloser, error) {
f := &noCloseReadCloser{bytes.NewReader(buf)}
return f, nil
case <-t.C:
return nil, errors.New("Did not recieve a response in 10 seconds.")
return nil, errors.New("Did not receive a response in 10 seconds.")
}
}

Expand Down

0 comments on commit 4d9de92

Please sign in to comment.