Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 5688ee6

Browse files
author
Juanjo Alvarez
committed
typo fix
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent dece9b3 commit 5688ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (h *Handler) ComQuery(
152152
// To close the goroutines
153153
quit := make(chan struct{})
154154

155-
// Default waitTime is one 1 minute if there is not timeout configured, in which case
155+
// Default waitTime is one minute if there is not timeout configured, in which case
156156
// it will loop to iterate again unless the socket died by the OS timeout or other problems.
157157
// If there is a timeout, it will be enforced to ensure that Vitess has a chance to
158158
// call Handler.CloseConnection()

0 commit comments

Comments
 (0)