mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 17:35:13 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -97,7 +97,7 @@ func TestProxyThreeWay(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
// We would previously get SERVFAIL, so just getting answers here
|
||||
// is a good sign. The actuall timeouts are handled in the err != nil case
|
||||
// is a good sign. The actual timeouts are handled in the err != nil case
|
||||
// above.
|
||||
if r.Rcode != dns.RcodeSuccess {
|
||||
t.Fatalf("Expected success rcode, got %d", r.Rcode)
|
||||
|
||||
@@ -108,7 +108,7 @@ func corefileFromReadme(readme string) ([]*Input, error) {
|
||||
}
|
||||
|
||||
if corefile {
|
||||
temp += line + "\n" // readd newline stripped by s.Text()
|
||||
temp += line + "\n" // read newline stripped by s.Text()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user