From 03c457c89778bba44a1d5c6cd5c6c04e3d9d78ef Mon Sep 17 00:00:00 2001 From: Niklas Engberg Date: Thu, 20 Dec 2018 09:59:19 +0100 Subject: [PATCH] Fix minor spelling in ITracer (#115) --- src/OpenTracing/ITracer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTracing/ITracer.cs b/src/OpenTracing/ITracer.cs index 78437bb..947e800 100644 --- a/src/OpenTracing/ITracer.cs +++ b/src/OpenTracing/ITracer.cs @@ -47,7 +47,7 @@ public interface ITracer ISpanBuilder BuildSpan(string operationName); /// - /// Inect a into a 'carrier' of a given type, presumably for propagation across process boundaries. + /// Inject a into a 'carrier' of a given type, presumably for propagation across process boundaries. /// /// Example: ///