From 9920aa2410f5bc8f71aec42c94446eec3fdf0679 Mon Sep 17 00:00:00 2001 From: pburrows-ns1 Date: Mon, 19 Aug 2024 10:01:30 +0100 Subject: [PATCH] fix casing --- pkg/errors/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/errors/types.go b/pkg/errors/types.go index c0405759e..d9c214d27 100644 --- a/pkg/errors/types.go +++ b/pkg/errors/types.go @@ -36,7 +36,7 @@ var ( // ErrExporterFieldNotFound indicates that exporter field was not found ErrExporterFieldNotFound = New("malformed entity specification. exporter field is expected on configuration field") - // ErrEndPointNotFound indicates that endpoint field was not found on exporter field for otlp backend + // ErrEndpointNotFound indicates that endpoint field was not found on exporter field for otlp backend ErrEndpointNotFound = New("malformed entity specification. endpoint field is expected on exporter field") // ErrInvalidEndpoint indicates that endpoint field is not valid