This commit is contained in:
Radu Voicilas 2013-07-09 09:28:07 +03:00
parent 6a79d797d2
commit 4ca564f73c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func loadConfig() (*config, error) {
mustExist = false
if err != nil {
log.Printf("Error detecing default config file path: %s", err)
log.Printf("Error detecting default config file path: %s", err)
}
}