aboutsummaryrefslogtreecommitdiff
path: root/plugin/secondary/setup_test.go
diff options
context:
space:
mode:
authorGravatar xieyanker <xjsisnice@gmail.com> 2019-09-26 20:19:45 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-09-26 13:19:45 +0100
commit9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370 (patch)
tree1504b1e7d1de175031667b0ab64068f3f02ee829 /plugin/secondary/setup_test.go
parent27e22b069683b4477b4509d88ea57c8963e90ad1 (diff)
downloadcoredns-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/secondary/setup_test.go')
-rw-r--r--plugin/secondary/setup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/secondary/setup_test.go b/plugin/secondary/setup_test.go
index 47c8abac9..7fc36f679 100644
--- a/plugin/secondary/setup_test.go
+++ b/plugin/secondary/setup_test.go
@@ -55,7 +55,7 @@ func TestSecondaryParse(t *testing.T) {
}
}
- // This is only set *iff* we have a zone (i.e. not in all tests above)
+ // This is only set *if* we have a zone (i.e. not in all tests above)
for _, v := range s.Z {
if x := v.TransferFrom[0]; x != test.transferFrom {
t.Fatalf("Test %d transform from names don't match expected %q, but got %q", i, test.transferFrom, x)