aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-16 13:40:07 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-16 13:40:07 -0700
commitcb2e1c4cb7568a71c10facf70cf675b8df818e14 (patch)
tree6b1bced8a21ad40b51385a5fc05c890627490fb3 /plugin
parent1d61cf474271f1e214cb64d6bd68de3284ddcfaa (diff)
downloadsbt-jni-cb2e1c4cb7568a71c10facf70cf675b8df818e14.tar.gz
sbt-jni-cb2e1c4cb7568a71c10facf70cf675b8df818e14.tar.bz2
sbt-jni-cb2e1c4cb7568a71c10facf70cf675b8df818e14.zip
Fix typo
Diffstat (limited to 'plugin')
-rw-r--r--plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala b/plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala
index 6192a08..a1e7c64 100644
--- a/plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala
+++ b/plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala
@@ -73,7 +73,7 @@ object JniNative extends AutoPlugin {
None
}
tool getOrElse sys.error("No supported native build tool detected. " +
- s"Check that the setting 'sourceDirectory in nativeCompile' (currently set to$src) " +
+ s"Check that the setting 'sourceDirectory in nativeCompile' (currently set to $src) " +
"points to a directory containing a supported build script. Supported build tools are: " +
tools.map(_.name).mkString(",")
)