diff --git a/backgroundchanger.go b/backgroundchanger.go index 5c789be..b30b54b 100644 --- a/backgroundchanger.go +++ b/backgroundchanger.go @@ -308,7 +308,7 @@ func main() { } log.Printf("Found %d song folders", len(songPaths)) - // check if there is less job than workers + // check if there are less jobs than workers if int(settings.MaxWorkers) > len(songPaths) { settings.MaxWorkers = uint(len(songPaths)) }