This commit is contained in:
Matt Low 2023-11-05 06:51:56 +00:00
parent 794ccc52ff
commit b46bbef80b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func InitializeConfig() *Config {
_, err = file.Write(bytes)
if err != nil {
Fatal("Could not save default configuratoin: %v", err)
Fatal("Could not save default configuration: %v", err)
return nil
}
} else if err != nil {