mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 00:30:57 +00:00 
			
		
		
		
	all: fix typos and spelling
Change-Id: Icd06d99c42b8299fd931c7da821e1f418684d913 Reviewed-on: https://go-review.googlesource.com/19829 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
		
							parent
							
								
									4feb47bc76
								
							
						
					
					
						commit
						fdd0179bb1
					
				
					 92 changed files with 115 additions and 115 deletions
				
			
		|  | @ -67,7 +67,7 @@ var specialDomainNameTests = []struct { | |||
| 
 | ||||
| 	// Name resolution APIs and libraries should recognize the | ||||
| 	// followings as special and should not send any queries. | ||||
| 	// Though, we test those names here for verifying nagative | ||||
| 	// Though, we test those names here for verifying negative | ||||
| 	// answers at DNS query-response interaction level. | ||||
| 	{"localhost.", dnsTypeALL, dnsRcodeNameError}, | ||||
| 	{"invalid.", dnsTypeALL, dnsRcodeNameError}, | ||||
|  | @ -398,7 +398,7 @@ func TestGoLookupIPOrderFallbackToFile(t *testing.T) { | |||
| 	for _, order := range []hostLookupOrder{hostLookupFilesDNS, hostLookupDNSFiles} { | ||||
| 		name := fmt.Sprintf("order %v", order) | ||||
| 
 | ||||
| 		// First ensure that we get an error when contacting a non-existant host. | ||||
| 		// First ensure that we get an error when contacting a non-existent host. | ||||
| 		_, err := goLookupIPOrder("notarealhost", order) | ||||
| 		if err == nil { | ||||
| 			t.Errorf("%s: expected error while looking up name not in hosts file", name) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin Möhrmann
						Martin Möhrmann