From 6a323b1e6d6c75525d067fb7cd30ae206661c4b3 Mon Sep 17 00:00:00 2001 From: Ignacio Carbajo Date: Wed, 17 Feb 2016 22:52:44 +0000 Subject: [PATCH] Fix minor typo --- cmd/prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 4aaa36382..a1a3dbf74 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// The main package for the Prometheus server executeable. +// The main package for the Prometheus server executable. package main import (