From defd4fbb771c8489f879c164b1860eda57dda2fd Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 5 Jul 2015 22:06:54 -0300 Subject: [PATCH] small typo fix --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.go b/server/main.go index bd5e0bca6..d45b2d39b 100644 --- a/server/main.go +++ b/server/main.go @@ -34,7 +34,7 @@ import ( ) const ( - DockerTLSWarning = `WARINING: Docker TLS cert or key not given, this may cause a build errors` + DockerTLSWarning = `WARNING: Docker TLS cert or key not given, this may cause a build errors` ) var (