errMsg := fmt.Errorf("error processing file %q", p.File().Path())
- site.Log.Infoln("ttempting to convert", p.File().Filename())
+ site.Log.Infoln("attempting to convert", p.File().Filename())
f := p.File()
file, err := f.FileInfo().Meta().Open()
if err != nil {
// This will be used in error reporting, use the most specific value.
dirnames = []string{path}
- return fmt.Errorf("failed to unmarshl config for path %q: %w", path, err)
+ return fmt.Errorf("failed to unmarshal config for path %q: %w", path, err)
}
var keyPath []string