Spelling
This commit is contained in:
parent
794ccc52ff
commit
b46bbef80b
@ -49,7 +49,7 @@ func InitializeConfig() *Config {
|
|||||||
|
|
||||||
_, err = file.Write(bytes)
|
_, err = file.Write(bytes)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Fatal("Could not save default configuratoin: %v", err)
|
Fatal("Could not save default configuration: %v", err)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user