Fix typo: paralleism -> parallelism

This commit is contained in:
Pedro Larroy 2016-05-26 07:38:27 +00:00
parent 5ecbf50e85
commit f5e8c8736f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import Def.Setting
/**
* Plugin for core sbt-isms.
*
* Can control task-level paralleism, logging, etc.
* Can control task-level parallelism, logging, etc.
*/
object CorePlugin extends AutoPlugin {
// This is included by default