diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index d78e1420a8..e0b8f9e5f4 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -1344,7 +1344,7 @@ func (s *readyStorage) StartTime() (int64, error) { case *agent.DB: return db.StartTime() default: - panic(fmt.Sprintf("unkown storage type %T", db)) + panic(fmt.Sprintf("unknown storage type %T", db)) } }