Fix typos

This commit is contained in:
Mike Rostermund 2017-09-14 21:35:52 +02:00
parent 62aa9a43d5
commit 4ea94ebf67
3 changed files with 5 additions and 5 deletions

View file

@ -125,7 +125,7 @@ func (p nginxStatusCollector) Stop() {
close(p.scrapeChan)
}
// nginxStatusCollector scrap the nginx status
// nginxStatusCollector scrape the nginx status
func (p nginxStatusCollector) scrape(ch chan<- prometheus.Metric) {
s, err := getNginxStatus(p.ngxHealthPort, p.ngxVtsPath)
if err != nil {