From bae00c1a12dec1f08c5d587523a6fba5bea06654 Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Wed, 30 Sep 2015 13:59:18 -0400 Subject: = core: fix typo in kamon auto-start error message --- kamon-core/src/main/scala/kamon/Kamon.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core/src') diff --git a/kamon-core/src/main/scala/kamon/Kamon.scala b/kamon-core/src/main/scala/kamon/Kamon.scala index 1c560d9f..9f4a7e3e 100644 --- a/kamon-core/src/main/scala/kamon/Kamon.scala +++ b/kamon-core/src/main/scala/kamon/Kamon.scala @@ -95,7 +95,7 @@ object Kamon { start() thunk(_coreComponents.get) - } else sys.error("Kamon has not been started yet. You must either explicitlt call Kamon.start(...) or enable " + + } else sys.error("Kamon has not been started yet. You must either explicitly call Kamon.start(...) or enable " + "automatic startup by adding -Dkamon.auto-start=true to your JVM options.") } -- cgit v1.2.3