spelling: configuration

This commit is contained in:
Josh Soref 2017-01-20 08:11:53 +00:00
parent 1ee0e5dd0b
commit 10c2a28d5d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ private[sbt] object EvaluateConfigurations {
* @param eval The evaluating scala compiler instance we use to handle evaluating scala configuration.
* @param file The file we've parsed
* @param imports The default imports to use in this .sbt configuration
* @param lines The lines of the configurtion we'd like to evaluate.
* @param lines The lines of the configuration we'd like to evaluate.
*
* @return Just the Setting[_] instances defined in the .sbt file.
*/