diff options
author | 2019-09-26 20:19:45 +0800 | |
---|---|---|
committer | 2019-09-26 13:19:45 +0100 | |
commit | 9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370 (patch) | |
tree | 1504b1e7d1de175031667b0ab64068f3f02ee829 /plugin/forward/fuzz.go | |
parent | 27e22b069683b4477b4509d88ea57c8963e90ad1 (diff) | |
download | coredns-9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370.tar.gz coredns-9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370.tar.zst coredns-9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370.zip |
fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
Diffstat (limited to 'plugin/forward/fuzz.go')
-rw-r--r-- | plugin/forward/fuzz.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/fuzz.go b/plugin/forward/fuzz.go index cbb4edf01..0482f63ad 100644 --- a/plugin/forward/fuzz.go +++ b/plugin/forward/fuzz.go @@ -11,7 +11,7 @@ import ( var f *Forward -// abuse init to setup a environment to test against. This start another server to that will +// abuse init to setup an environment to test against. This start another server to that will // reflect responses. func init() { f = New() |