aboutsummaryrefslogtreecommitdiff
path: root/plugin/secondary/setup_test.go
diff options
context:
space:
mode:
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)