diff options
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() |