From 1590320ff2c1d3eb98dca2ed624a5c4244dde012 Mon Sep 17 00:00:00 2001 From: wwgfhf <51694849+wwgfhf@users.noreply.github.com> Date: Fri, 23 Aug 2019 14:29:17 +0800 Subject: [PATCH] fix typo (#3180) --- plugin/reload/reload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {