diff --git a/sbt/src/sbt-test/actions/set/build.sbt b/sbt/src/sbt-test/actions/set/build.sbt index 1d4e17374..61949f0a0 100644 --- a/sbt/src/sbt-test/actions/set/build.sbt +++ b/sbt/src/sbt-test/actions/set/build.sbt @@ -1,6 +1,6 @@ TaskKey[Unit]("checkName", "") := { - assert(name.value == "hello-world", "Name is not hello-worled, failed to set!") + assert(name.value == "hello-world", "Name is not hello-world, failed to set!") } val notExistingThing = settingKey[Int]("Something new")