mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -42,7 +42,7 @@ func Run() {
|
||||
caddy.TrapSignals()
|
||||
|
||||
// Reset flag.CommandLine to get rid of unwanted flags for instance from glog (used in kubernetes).
|
||||
// And readd the once we want to keep.
|
||||
// And read the ones we want to keep.
|
||||
flag.VisitAll(func(f *flag.Flag) {
|
||||
if _, ok := flagsBlacklist[f.Name]; ok {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user