Skip to content

Commit

Permalink
Update mux.go
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
chemidy authored Apr 16, 2018
1 parent 64ddfc9 commit 7c4596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/grapiserver/mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"google.golang.org/grpc/grpclog"
)

// MuxServer wraps a conneciton multiplexer and a listener.
// MuxServer wraps a connection multiplexer and a listener.
type MuxServer struct {
mux cmux.CMux
lis net.Listener
Expand Down

0 comments on commit 7c4596a

Please sign in to comment.