From ee13978a4618e398aa0ee6483dbf3f79d23ffe0f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:22:42 +0000 Subject: [PATCH] spelling: represent --- main/src/main/scala/sbt/internal/DslAst.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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