From 7cb7c624c765cc3899d5a3657bf9192bcd564d55 Mon Sep 17 00:00:00 2001 From: Lucas Ritzdorf <42657792+LRitzdorf@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:28:57 -0600 Subject: [PATCH] Fix minor spelling error in logs :) --- internal/smdclient/SMDclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/smdclient/SMDclient.go b/internal/smdclient/SMDclient.go index 60f270d..94a4721 100644 --- a/internal/smdclient/SMDclient.go +++ b/internal/smdclient/SMDclient.go @@ -88,7 +88,7 @@ func (s *SMDClient) IDfromMAC(mac string) (string, error) { } } } - return "", errors.New("MAC " + mac + " not found for an xname in CompenentEndpoints") + return "", errors.New("MAC " + mac + " not found for an xname in ComponentEndpoints") } // GroupMembership returns the group labels for the xname with the given ID