fix comment typo

This commit is contained in:
Justin Bastress 2018-05-14 14:48:48 -04:00
parent 531ba31c34
commit 88707e7a87

@ -268,7 +268,7 @@ func (m *connectionManager) closeConnection(c io.Closer) {
// cleanUp closes all managed connections.
func (m *connectionManager) cleanUp() {
// first in, last out: emptry out the map
// first in, last out: empty out the map
defer func() {
for conn, _ := range m.connections {
delete(m.connections, conn)