diff options
author | 2018-07-05 16:29:54 +0200 | |
---|---|---|
committer | 2018-07-05 14:29:54 +0000 | |
commit | 826d87808483c876f4ae6f6aeec883b9c06b13e2 (patch) | |
tree | 28cc66f772b92a933335ee7734e27b2ca52b9a89 /plugin/pkg | |
parent | e6f81ebb314f3a4923fb3a63436a9243eeba9e47 (diff) | |
download | coredns-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.go | 2 |
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. |