diff --git a/keys.go b/keys.go index 98ff13f..06a443a 100644 --- a/keys.go +++ b/keys.go @@ -52,7 +52,7 @@ func initKeyPaths(app *App) { func generateKey(path string) error { // Check if key file exists if _, err := os.Stat(path); err == nil { - log.Info("%s already exists. rm the file if you understand the consquences.", path) + log.Info("%s already exists. rm the file if you understand the consequences.", path) return nil } else if !os.IsNotExist(err) { log.Error("%s", err)