Fixing typos

This commit is contained in:
Dan McPherson
2014-07-28 15:15:50 +02:00
parent f91bfe2e00
commit 7bbc5e2a19
5 changed files with 6 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ func (server *APIServer) readBody(req *http.Request) ([]byte, error) {
}
// finishReq finishes up a request, waiting until the operation finishes or, after a timeout, creating an
// Operation to recieve the result and returning its ID down the writer.
// Operation to receive the result and returning its ID down the writer.
func (server *APIServer) finishReq(out <-chan interface{}, sync bool, timeout time.Duration, w http.ResponseWriter) {
op := server.ops.NewOperation(out)
if sync {