From cb2e1c4cb7568a71c10facf70cf675b8df818e14 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 16 May 2016 13:40:07 -0700 Subject: Fix typo --- plugin/src/main/scala/ch/jodersky/sbt/jni/plugins/JniNative.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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(",") ) -- cgit v1.2.3