fix misspells

cheers "codespell"
This commit is contained in:
6543 2023-03-11 05:57:08 +01:00
parent a572784de8
commit 57d4b92e96
5 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ func NewXormDB(dbType, dbConn string) (CertDB, error) {
}
if err := e.Sync2(new(Cert)); err != nil {
return nil, fmt.Errorf("cound not sync db model :%w", err)
return nil, fmt.Errorf("could not sync db model :%w", err)
}
return &xDB{