mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
spelling: setting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user