From fa2c3f315e4ada13a06bac79087b248b10c122e6 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Fri, 6 Sep 2019 17:19:11 +0000 Subject: [PATCH] internal/telemetry/export/ocagent: fix typo in comment Change-Id: I26a6950518441850481f66d0c8844b16e908cffd GitHub-Last-Rev: f83d960fddfa3ac65a7b766f7fc549ef80de560d GitHub-Pull-Request: golang/tools#151 Reviewed-on: https://go-review.googlesource.com/c/tools/+/193917 Reviewed-by: Brad Fitzpatrick --- internal/telemetry/export/ocagent/ocagent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/telemetry/export/ocagent/ocagent.go b/internal/telemetry/export/ocagent/ocagent.go index 68b507439b..bd2ac708d4 100644 --- a/internal/telemetry/export/ocagent/ocagent.go +++ b/internal/telemetry/export/ocagent/ocagent.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Package ocagent adds the ability to export all telemetry to an ocagent. -// This keeps the complie time dependencies to zero and allows the agent to +// This keeps the compile time dependencies to zero and allows the agent to // have the exporters needed for telemetry aggregation and viewing systems. package ocagent