Skip to content

Commit

Permalink
Fix minor spelling error in logs :)
Browse files Browse the repository at this point in the history
  • Loading branch information
LRitzdorf committed Jul 9, 2024
1 parent 22fb651 commit 7cb7c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/smdclient/SMDclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb7c62

Please sign in to comment.