Commit 4ca564f7 authored by Radu Voicilas's avatar Radu Voicilas

Fix typo

parent 6a79d797
......@@ -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)
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment