mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Fix several typos (#1395)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -294,7 +294,7 @@ func TestHandler(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestMultiSection verfies that a corefile with mutliple but different template sections works
|
||||
// TestMultiSection verfies that a corefile with multiple but different template sections works
|
||||
func TestMultiSection(t *testing.T) {
|
||||
ctx := context.TODO()
|
||||
|
||||
@@ -306,7 +306,7 @@ func TestMultiSection(t *testing.T) {
|
||||
template IN A {
|
||||
rcode REFUSED
|
||||
}
|
||||
# Fallthrough everyting IN TXT for test.
|
||||
# Fallthrough everything IN TXT for test.
|
||||
template IN TXT {
|
||||
match "$^"
|
||||
rcode SERVFAIL
|
||||
|
||||
Reference in New Issue
Block a user