spelling: appended

This commit is contained in:
Josh Soref 2017-01-20 08:09:24 +00:00
parent 61b85982cd
commit ffe0323803
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ final case class SessionSettings(currentBuild: URI, currentProject: Map[URI, Str
/**
* Appends a set of raw Setting[_] objects to the current session.
* @param ss The raw settings to include
* @return A new SessionSettings with the appeneded settings.
* @return A new SessionSettings with the appended settings.
*/
def appendRaw(ss: Seq[Setting[_]]): SessionSettings = copy(rawAppend = rawAppend ++ ss)