From 66ec72088402ffee1b22119d6d1eeace0552bfdd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:27:28 +0000 Subject: [PATCH] spelling: specify --- main-settings/src/main/scala/sbt/Structure.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-settings/src/main/scala/sbt/Structure.scala b/main-settings/src/main/scala/sbt/Structure.scala index 423cca8fa..ed8621425 100644 --- a/main-settings/src/main/scala/sbt/Structure.scala +++ b/main-settings/src/main/scala/sbt/Structure.scala @@ -108,7 +108,7 @@ object Scoped { implicit def inputScopedToKey[T](s: InputKey[T]): ScopedKey[InputTask[T]] = ScopedKey(s.scope, s.key) /** - * Mixin trait for adding convenience vocabulary associated with specifiying the [[Scope]] of a setting. + * Mixin trait for adding convenience vocabulary associated with specifying the [[Scope]] of a setting. * Allows specification of the Scope or part of the [[Scope]] of a setting being referenced. * @example * {{{