diff --git a/cmd/postgres_exporter/datasource.go b/cmd/postgres_exporter/datasource.go index fdfcbd6a..0a2b943a 100644 --- a/cmd/postgres_exporter/datasource.go +++ b/cmd/postgres_exporter/datasource.go @@ -164,7 +164,7 @@ func getDataSources() ([]string, error) { } // No datasources found. This allows us to support the multi-target pattern - // withouth an explicit datasource. + // without an explicit datasource. if uri == "" { return []string{}, nil }