spelling: identified

This commit is contained in:
Josh Soref 2017-11-08 00:48:53 +00:00
parent e608c16567
commit ed35b75cc9

View File

@ -15,7 +15,7 @@ const (
DefaultInstancePort = 3306
)
// InstanceKey is an instance indicator, identifued by hostname and port
// InstanceKey is an instance indicator, identified by hostname and port
type InstanceKey struct {
Hostname string
Port int