mirror of https://github.com/sbt/sbt.git
spelling: setting
This commit is contained in:
parent
35b55abf0c
commit
eee37e1e93
|
|
@ -718,7 +718,7 @@ private[sbt] object Load {
|
|||
// intended in the AddSettings.AutoPlugins filter.
|
||||
def autoPluginSettings(f: AutoPlugins) =
|
||||
projectPlugins.filter(f.include).flatMap(_.projectSettings)
|
||||
// Grab all the settigns we already loaded from sbt files
|
||||
// Grab all the settings we already loaded from sbt files
|
||||
def settings(files: Seq[File]): Seq[Setting[_]] =
|
||||
for {
|
||||
file <- files
|
||||
|
|
|
|||
Loading…
Reference in New Issue