fix mis-spelling (#3310)

Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
xieyanker
2019-09-26 20:19:45 +08:00
committed by Miek Gieben
parent 27e22b0696
commit 9a5e4fa1a0
11 changed files with 13 additions and 13 deletions

View File

@@ -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)