From ed35b75cc939895962a303930c5a0d0c35434a21 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 00:48:53 +0000 Subject: [PATCH] spelling: identified --- go/mysql/instance_key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/mysql/instance_key.go b/go/mysql/instance_key.go index af05a4c..67284d9 100644 --- a/go/mysql/instance_key.go +++ b/go/mysql/instance_key.go @@ -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