diff --git a/cmp/cmpopts/example_test.go b/cmp/cmpopts/example_test.go index 4b9a8ab..0d19cb0 100644 --- a/cmp/cmpopts/example_test.go +++ b/cmp/cmpopts/example_test.go @@ -76,7 +76,7 @@ func MakeGatewayInfo() (x, y Gateway) { Hostname: "ristretto", IPAddress: net.IPv4(192, 168, 0, 116), }, { - Hostname: "aribica", + Hostname: "arabica", IPAddress: net.IPv4(192, 168, 0, 104), LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC), }, { @@ -104,7 +104,7 @@ func MakeGatewayInfo() (x, y Gateway) { Hostname: "ristretto", IPAddress: net.IPv4(192, 168, 0, 116), }, { - Hostname: "aribica", + Hostname: "arabica", IPAddress: net.IPv4(192, 168, 0, 104), LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC), }, { diff --git a/cmp/example_test.go b/cmp/example_test.go index 927afdb..318143b 100644 --- a/cmp/example_test.go +++ b/cmp/example_test.go @@ -326,7 +326,7 @@ func MakeGatewayInfo() (x, y Gateway) { Hostname: "ristretto", IPAddress: net.IPv4(192, 168, 0, 116), }, { - Hostname: "aribica", + Hostname: "arabica", IPAddress: net.IPv4(192, 168, 0, 104), LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC), }, { @@ -354,7 +354,7 @@ func MakeGatewayInfo() (x, y Gateway) { Hostname: "ristretto", IPAddress: net.IPv4(192, 168, 0, 116), }, { - Hostname: "aribica", + Hostname: "arabica", IPAddress: net.IPv4(192, 168, 0, 104), LastSeen: time.Date(2009, time.November, 10, 23, 6, 32, 0, time.UTC), }, {