From 58e024aaacc41cb2ba3c818a4923a5a46b68ddb6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:30:38 +0000 Subject: [PATCH] spelling: world --- sbt/src/sbt-test/actions/set/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")