mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	Merge pull request #773 from eliasp/patch-1
Typ (creatation → creation)
This commit is contained in:
		
						commit
						a093aea797
					
				@ -200,7 +200,7 @@ func DisabledTest(t *testing.T) {
 | 
				
			|||||||
		listener, err := net.Listen("tcp", ipPort)
 | 
							listener, err := net.Listen("tcp", ipPort)
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			// handle error
 | 
								// handle error
 | 
				
			||||||
			log.Println("listener creatation failed: ", err)
 | 
								log.Println("listener creation failed: ", err)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		srv := new(FastCGIServer)
 | 
							srv := new(FastCGIServer)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user