We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e608c16 commit ed35b75Copy full SHA for ed35b75
1 file changed
go/mysql/instance_key.go
@@ -15,7 +15,7 @@ const (
15
DefaultInstancePort = 3306
16
)
17
18
-// InstanceKey is an instance indicator, identifued by hostname and port
+// InstanceKey is an instance indicator, identified by hostname and port
19
type InstanceKey struct {
20
Hostname string
21
Port int
0 commit comments