fixtypo: misspell in runtime package

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2018-10-18 23:21:05 +08:00
parent 9c1db67b3a
commit accadd7118
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ type deferredShimWriteLogger struct {
conerr error
}
// beginAccept issues an accept to wait for a connection. Once a conneciton
// beginAccept issues an accept to wait for a connection. Once a connection
// occurs drains any outstanding buffer. While draining the buffer any writes
// are blocked. If the buffer fails to fully drain due to a connection drop a
// call to `beginAccept` is re-issued waiting for another connection from