diff options
Diffstat (limited to 'plugin')
-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 { |