From 826d87808483c876f4ae6f6aeec883b9c06b13e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Andr=C3=A9?= Date: Thu, 5 Jul 2018 16:29:54 +0200 Subject: [PATCH] Fix typo in comment (#1939) Automatically submitted. --- plugin/pkg/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pkg/log/log.go b/plugin/pkg/log/log.go index 6594f593d..161fbc886 100644 --- a/plugin/pkg/log/log.go +++ b/plugin/pkg/log/log.go @@ -13,7 +13,7 @@ import ( golog "log" ) -// D controls whether we should ouput debug logs. If true, we do. +// D controls whether we should output debug logs. If true, we do. var D bool // logf calls log.Printf prefixed with level.