mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix various documentation, user-facing, and source comment typos (#16367)
* Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
This commit is contained in:
		@@ -24,12 +24,12 @@ func Test_IsValidURL(t *testing.T) {
 | 
			
		||||
			valid:       false,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			description: "Loobpack IPv4 URL",
 | 
			
		||||
			description: "Loopback IPv4 URL",
 | 
			
		||||
			url:         "http://127.0.1.1:5678/",
 | 
			
		||||
			valid:       true,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			description: "Loobpack IPv6 URL",
 | 
			
		||||
			description: "Loopback IPv6 URL",
 | 
			
		||||
			url:         "https://[::1]/",
 | 
			
		||||
			valid:       true,
 | 
			
		||||
		},
 | 
			
		||||
@@ -61,7 +61,7 @@ func Test_IsValidExternalURL(t *testing.T) {
 | 
			
		||||
			valid:       true,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			description: "Loobpack IPv4 URL",
 | 
			
		||||
			description: "Loopback IPv4 URL",
 | 
			
		||||
			url:         "http://127.0.1.1:5678/",
 | 
			
		||||
			valid:       false,
 | 
			
		||||
		},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user