mirror of https://github.com/sbt/sbt.git
Merge pull request #2631 from larroy/1.0.x
Fix typo: paralleism -> parallelism
This commit is contained in:
commit
b6bd05b3a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue