fixed comment typos

This commit is contained in:
Gani Georgiev
2024-12-30 21:58:29 +02:00
parent 26cb1cef37
commit 3074ed3c5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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].