Skip to content

Commit 6677d9a

Browse files
xds: Fixing a typo (#8760)
Fixes the spelling of attributes. RELEASE NOTES: None
1 parent d35cedd commit 6677d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/xds/xds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func GetXDSHandshakeClusterName(attr *attributes.Attributes) (string, bool) {
4848
}
4949

5050
// addressToTelemetryLabels prepares a telemetry label map from resolver
51-
// address atrributes.
51+
// address attributes.
5252
func addressToTelemetryLabels(addr resolver.Address) map[string]string {
5353
cluster, _ := GetXDSHandshakeClusterName(addr.Attributes)
5454
locality := LocalityString(GetLocalityID(addr))

0 commit comments

Comments
 (0)