mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	fix wrong spells in parse_test.go (#3173)
This commit is contained in:
		| @@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) { | |||||||
| 		} | 		} | ||||||
| 		rs := r.String() | 		rs := r.String() | ||||||
| 		if rs != tc.expected { | 		if rs != tc.expected { | ||||||
| 			t.Errorf("Test %d, expected (stringyfied) recordRequest: %s, got %s", i, tc.expected, rs) | 			t.Errorf("Test %d, expected (stringified) recordRequest: %s, got %s", i, tc.expected, rs) | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user