spelling: generate

This commit is contained in:
Josh Soref 2017-01-20 08:15:31 +00:00
parent 3786aff09b
commit 44d262844c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ object LogManager {
defaultLogger(data, state, task, screen(task, state), backed(to), relay(()), extra(task).toList)
}
// This is the main function that is used to generat the logger for tasks.
// This is the main function that is used to generate the logger for tasks.
def defaultLogger(data: Settings[Scope], state: State, task: ScopedKey[_],
console: Appender, backed: Appender, relay: Appender, extra: List[Appender]): Logger =
{