feat: fix misspell

This commit is contained in:
Urko 2023-02-15 19:49:25 +01:00
parent 6088b91dbd
commit 03272b363d
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func exportPem(filename string, data []byte) {
if err != nil {
log.Fatalf("rootCA.WithClientCert: %s", err)
}
log.Printf("file created successfuly: %s\n", outputPath)
log.Printf("file created successfully: %s\n", outputPath)
}
func init() {