Skip to content

Commit

Permalink
Changed an inconsistent comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vaughan0 committed Sep 18, 2013
1 parent 68cf396 commit c54e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func Load(in io.Reader) (File, error) {
return file, err
}

// Loads and returns an ini File from a file on disk.
// Loads and returns an INI File from a file on disk.
func LoadFile(filename string) (File, error) {
file := make(File)
err := file.LoadFile(filename)
Expand Down

0 comments on commit c54e097

Please sign in to comment.