Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -59,7 +59,7 @@ func (client *conn) Request(
|
||||
rec := &record{}
|
||||
var err1 error
|
||||
|
||||
// recive until EOF or FCGI_END_REQUEST
|
||||
// receive until EOF or FCGI_END_REQUEST
|
||||
READ_LOOP:
|
||||
for {
|
||||
err1 = rec.read(client.rwc)
|
||||
|
||||
Reference in New Issue
Block a user