From 6cb0bdc5923a80454b31873736005fad406ef5de Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 14 Jul 2015 09:56:13 +0900 Subject: [PATCH] Fix typo of 'receive' in test_dhcp_ipv6.py Change-Id: I67e278232d1d100c183128565d843271b463107a --- neutron/tests/api/test_dhcp_ipv6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/api/test_dhcp_ipv6.py b/neutron/tests/api/test_dhcp_ipv6.py index 3e181e2d0..2bd9379cb 100644 --- a/neutron/tests/api/test_dhcp_ipv6.py +++ b/neutron/tests/api/test_dhcp_ipv6.py @@ -227,7 +227,7 @@ class NetworksTestDHCPv6(base.BaseNetworkTest): """When a Network contains two subnets, one being an IPv6 subnet configured with ipv6_ra_mode either as slaac or dhcpv6-stateless, and the other subnet being an IPv4 subnet, a port attached to the - network shall recieve IP addresses from the subnets as follows: An + network shall receive IP addresses from the subnets as follows: An IPv6 address calculated using EUI-64 from the first subnet, and an IPv4 address from the second subnet. The ordering of the subnets that the port is associated with should not affect this behavior. -- 2.45.2