Skip to content

Commit 201488d

Browse files
authored
Merge pull request #804 from cjd/intialized-typo
Replace 'intialized' with 'initialized' in log message
2 parents 7c8afba + ef59fbe commit 201488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func (s *ProxyServer) serveRecvFrontend(frontend *GrpcFrontend, recvCh <-chan *c
554554
defer func() {
555555
klog.V(5).InfoS("Close frontend streaming", "connectionID", firstConnID, "streamUID", frontend.streamUID)
556556
if backend == nil {
557-
klog.V(2).InfoS("Streaming closed before backend intialized")
557+
klog.V(2).InfoS("Streaming closed before backend initialized")
558558
}
559559

560560
// As the read side of the recvCh channel, we cannot close it.

0 commit comments

Comments
 (0)