diff options
author | 2019-08-23 14:29:17 +0800 | |
---|---|---|
committer | 2019-08-23 06:29:17 +0000 | |
commit | 1590320ff2c1d3eb98dca2ed624a5c4244dde012 (patch) | |
tree | 460502ddb53b0b1985d534158de113d6ab0dc485 | |
parent | 9f49d694e909651ceeb846a72269a28f55545f4f (diff) | |
download | coredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.tar.gz coredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.tar.zst coredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.zip |
fix typo (#3180)
-rw-r--r-- | plugin/reload/reload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reload/reload.go b/plugin/reload/reload.go index 59e040479..0e01f63b4 100644 --- a/plugin/reload/reload.go +++ b/plugin/reload/reload.go @@ -99,7 +99,7 @@ func hook(event caddy.EventName, info interface{}) error { // Let not try to restart with the same file, even though it is wrong. md5sum = s // now lets consider that plugin will not be reload, unless appear in next config file - // change status iof usage will be reset in setup if the plugin appears in config file + // change status of usage will be reset in setup if the plugin appears in config file r.setUsage(maybeUsed) _, err := instance.Restart(corefile) if err != nil { |