aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wwgfhf <51694849+wwgfhf@users.noreply.github.com> 2019-08-23 14:29:17 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-23 06:29:17 +0000
commit1590320ff2c1d3eb98dca2ed624a5c4244dde012 (patch)
tree460502ddb53b0b1985d534158de113d6ab0dc485
parent9f49d694e909651ceeb846a72269a28f55545f4f (diff)
downloadcoredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.tar.gz
coredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.tar.zst
coredns-1590320ff2c1d3eb98dca2ed624a5c4244dde012.zip
fix typo (#3180)
-rw-r--r--plugin/reload/reload.go2
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 {