diff --git a/metrics/metrics.go b/metrics/metrics.go index e70c768..65b1d0f 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -153,7 +153,7 @@ func StartRecording(maxClients int64, prometheusEnabled bool, prometheusCleanUns case RecordEntryTypeStart: geohash, country, location, err := geoip.GeohashAndLocation(r.IpAddr, geoOption) if err != nil { - glog.Warningf("Failed to obatin the geohash of %v: %v.", r.IpAddr, err) + glog.Warningf("Failed to obtain the geohash of %v: %v.", r.IpAddr, err) } clientIP.With(prometheus.Labels{ "ip": r.IpAddr,