aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg
diff options
context:
space:
mode:
authorGravatar Marcus André <marcusandre@users.noreply.github.com> 2018-07-05 16:29:54 +0200
committerGravatar corbot[bot] <corbot[bot]@users.noreply.github.com> 2018-07-05 14:29:54 +0000
commit826d87808483c876f4ae6f6aeec883b9c06b13e2 (patch)
tree28cc66f772b92a933335ee7734e27b2ca52b9a89 /plugin/pkg
parente6f81ebb314f3a4923fb3a63436a9243eeba9e47 (diff)
downloadcoredns-826d87808483c876f4ae6f6aeec883b9c06b13e2.tar.gz
coredns-826d87808483c876f4ae6f6aeec883b9c06b13e2.tar.zst
coredns-826d87808483c876f4ae6f6aeec883b9c06b13e2.zip
Fix typo in comment (#1939)
Automatically submitted.
Diffstat (limited to 'plugin/pkg')
-rw-r--r--plugin/pkg/log/log.go2
1 files changed, 1 insertions, 1 deletions
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.