diff --git a/README.adoc b/README.adoc index 3e31a462f..164fc4ace 100644 --- a/README.adoc +++ b/README.adoc @@ -557,7 +557,7 @@ When would you like the span not to be exportable? When you want to wrap some operation in a Span and have it written to the logs only. * Provides an abstraction over common distributed tracing data models: traces, spans (forming a DAG), annotations, and key-value annotations. -Spring Cloud Slwuth is loosely based on HTrace but is compatible with Zipkin (Dapper). +Spring Cloud Sleuth is loosely based on HTrace but is compatible with Zipkin (Dapper). * Sleuth records timing information to aid in latency analysis. By using sleuth, you can pinpoint causes of latency in your applications. diff --git a/docs/src/main/asciidoc/features.adoc b/docs/src/main/asciidoc/features.adoc index 562ce3e77..1c0ac6b9b 100644 --- a/docs/src/main/asciidoc/features.adoc +++ b/docs/src/main/asciidoc/features.adoc @@ -18,7 +18,7 @@ When would you like the span not to be exportable? When you want to wrap some operation in a Span and have it written to the logs only. * Provides an abstraction over common distributed tracing data models: traces, spans (forming a DAG), annotations, and key-value annotations. -Spring Cloud Slwuth is loosely based on HTrace but is compatible with Zipkin (Dapper). +Spring Cloud Sleuth is loosely based on HTrace but is compatible with Zipkin (Dapper). * Sleuth records timing information to aid in latency analysis. By using sleuth, you can pinpoint causes of latency in your applications.