From 13f4900ad5a6e2f4b483707434cb62e0781676db Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev <156273877+p-datadog@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:37:24 -0500 Subject: [PATCH] Update lib/datadog/di/probe_manager.rb Co-authored-by: Marco Costa --- lib/datadog/di/probe_manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datadog/di/probe_manager.rb b/lib/datadog/di/probe_manager.rb index b40a89c52f1..e7750efca0d 100644 --- a/lib/datadog/di/probe_manager.rb +++ b/lib/datadog/di/probe_manager.rb @@ -3,7 +3,7 @@ module Datadog module DI # Stores probes received from remote config (that we can parse, in other - # wordrs, whose type/attributes we support), requests needed instrumentation + # words, whose type/attributes we support), requests needed instrumentation # for the probes via Instrumenter, and stores pending probes (those which # haven't yet been instrumented successfully due to their targets not # existing) and failed probes (where we are certain the target will not