mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -269,7 +269,7 @@ junky resolv.conf
|
||||
|
||||
path, rm, err := test.TempFile(".", tc.filedata)
|
||||
if err != nil {
|
||||
t.Fatalf("Test %d could not creat temp file %v", i, err)
|
||||
t.Fatalf("Test %d could not create temp file %v", i, err)
|
||||
}
|
||||
defer rm()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user