fix a spelling error

This commit is contained in:
laser 2020-06-09 16:30:30 -07:00
parent d4dbfdbe91
commit 2d6b2e3811

View File

@ -12,7 +12,7 @@ import (
)
// FromFile loads config from a specified file overriding defaults specified in
// the def parameter. If file does not exist or is empty defaults are asummed.
// the def parameter. If file does not exist or is empty defaults are assumed.
func FromFile(path string, def interface{}) (interface{}, error) {
file, err := os.Open(path)
switch {