diff --git a/main/src/main/scala/sbt/internal/DslAst.scala b/main/src/main/scala/sbt/internal/DslAst.scala index 6d9382ccf..ba04282e6 100644 --- a/main/src/main/scala/sbt/internal/DslAst.scala +++ b/main/src/main/scala/sbt/internal/DslAst.scala @@ -8,7 +8,7 @@ import sbt.librarymanagement.Configuration import Def._ -/** This reprsents a `Setting` expression configured by the sbt DSL. */ +/** This represents a `Setting` expression configured by the sbt DSL. */ sealed trait DslEntry { /** Called by the parser. Sets the position where this entry was defined in the build.sbt file. */ def withPos(pos: RangePosition): DslEntry