mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
spelling: consequences
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3e6669828c
commit
af0927cf5c
1 changed files with 1 additions and 1 deletions
2
keys.go
2
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)
|
||||
|
|
Loading…
Reference in a new issue