From 563f059e736cde4d9bef158decd8701bf9343988 Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 21 May 2019 17:12:09 +0200 Subject: [PATCH] Fix typos in data collection message --- cmd/traefik/traefik.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/traefik/traefik.go b/cmd/traefik/traefik.go index 550af28ab..0a6bacee3 100644 --- a/cmd/traefik/traefik.go +++ b/cmd/traefik/traefik.go @@ -377,7 +377,7 @@ func checkNewVersion() { func stats(staticConfiguration *static.Configuration) { if staticConfiguration.Global.SendAnonymousUsage == nil { log.WithoutContext().Error(` -You haven't specify the sendAnonymousUsage option, it will be enable by default. +You haven't specified the sendAnonymousUsage option, it will be enabled by default. `) sendAnonymousUsage := true staticConfiguration.Global.SendAnonymousUsage = &sendAnonymousUsage