Skip to content

Commit

Permalink
Merge pull request #6 from Aaron1011/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jbenet committed Jul 22, 2014
2 parents 8f79464 + 59ab19e commit 1fb29a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func LoadConfig(filename string) (*Config, error) {
return nil, err
}

// if nothing is there, write first conifg file.
// if nothing is there, write first config file.
if _, err := os.Stat(filename); os.IsNotExist(err) {
WriteFile(filename, []byte(defaultConfigFile))
}
Expand Down

0 comments on commit 1fb29a2

Please sign in to comment.