Clean up linter errors

This commit is contained in:
Daniel
2019-11-07 16:13:22 +01:00
parent 35c7f4955b
commit f75fc7d162
50 changed files with 402 additions and 334 deletions

View File

@@ -155,7 +155,7 @@ func readDirNames(dir string) (names []string) {
defer file.Close()
names, err = file.Readdirnames(0)
if err != nil {
log.Warningf("process: could not get entries from direcotry %s: %s", dir, err)
log.Warningf("process: could not get entries from directory %s: %s", dir, err)
return []string{}
}
return