From 291000703320cc53c3bdecd2553fa4a3021d7234 Mon Sep 17 00:00:00 2001 From: Chetanya Kandhari Date: Wed, 5 Sep 2018 17:56:03 +0530 Subject: Fix typo (#9347) --- plugin/client_rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/client_rpc.go b/plugin/client_rpc.go index 986c2b50f..d8547f352 100644 --- a/plugin/client_rpc.go +++ b/plugin/client_rpc.go @@ -265,7 +265,7 @@ func (g *hooksRPCClient) ServeHTTP(c *Context, w http.ResponseWriter, r *http.Re go func() { bodyConnection, err := g.muxBroker.Accept(requestBodyStreamId) if err != nil { - g.log.Error("Plugin failed to ServeHTTP, muxBroker couldn't Accept request body connecion", mlog.Err(err)) + g.log.Error("Plugin failed to ServeHTTP, muxBroker couldn't Accept request body connection", mlog.Err(err)) http.Error(w, "500 internal server error", http.StatusInternalServerError) return } -- cgit v1.2.3-1-g7c22