Fix typo.

This commit is contained in:
Chen Yufei
2015-06-03 14:15:20 +08:00
parent cf262fafb8
commit aa75915dab

View File

@@ -289,7 +289,7 @@ func (pp *latencyParentPool) updateLatency() {
// Sort according to latency.
sort.Stable(&cp)
debug.Println("lantency lowest proxy", cp.parent[0].getServer())
debug.Println("latency lowest proxy", cp.parent[0].getServer())
// Update parent slice.
latencyMutex.Lock()