aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
diff options
context:
space:
mode:
authorEugene Platonov <jozic@live.com>2015-09-30 13:59:18 -0400
committerEugene Platonov <jozic@live.com>2015-09-30 13:59:18 -0400
commit6e2353422f1e91d40218b3d3b9c366aceb09a2ca (patch)
tree7b190c106b2a35c8b07d4165b4bb1192fec44e9f /kamon-core
parentb7606407f7e622ae7193acbb049543ab883891a1 (diff)
downloadKamon-6e2353422f1e91d40218b3d3b9c366aceb09a2ca.tar.gz
Kamon-6e2353422f1e91d40218b3d3b9c366aceb09a2ca.tar.bz2
Kamon-6e2353422f1e91d40218b3d3b9c366aceb09a2ca.zip
= core: fix typo in kamon auto-start error message
Diffstat (limited to 'kamon-core')
-rw-r--r--kamon-core/src/main/scala/kamon/Kamon.scala2
1 files changed, 1 insertions, 1 deletions
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.")
}