fixed comment typos
This commit is contained in:
		
							parent
							
								
									26cb1cef37
								
							
						
					
					
						commit
						3074ed3c5e
					
				| 
						 | 
				
			
			@ -574,7 +574,7 @@ func authAlert(e *core.RequestEvent, authRecord *core.Record) error {
 | 
			
		|||
	//
 | 
			
		||||
	// Note: The "fake" timeout is a temp solution to avoid blocking
 | 
			
		||||
	//       for too long when the SMTP server is not accessible, due
 | 
			
		||||
	//       to the lack of context concellation support in the underlying
 | 
			
		||||
	//       to the lack of context cancellation support in the underlying
 | 
			
		||||
	//       mailer and net/smtp package.
 | 
			
		||||
	//       The goroutine technically "leaks" but we assume that the OS will
 | 
			
		||||
	//       terminate the connection after some time (usually after 3-4 mins).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -105,7 +105,7 @@ type ServeEvent struct {
 | 
			
		|||
	CertManager *autocert.Manager
 | 
			
		||||
 | 
			
		||||
	// InstallerFunc is the "installer" function that is called after
 | 
			
		||||
	// successfull server tcp bind but only if there is no explicit
 | 
			
		||||
	// successful server tcp bind but only if there is no explicit
 | 
			
		||||
	// superuser record created yet.
 | 
			
		||||
	//
 | 
			
		||||
	// It runs in a separate goroutine and its default value is [apis.DefaultInstallerFunc].
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue