From: Takashi NATSUME Date: Tue, 14 Jul 2015 00:56:13 +0000 (+0900) Subject: Fix typo of 'receive' in test_dhcp_ipv6.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6cb0bdc5923a80454b31873736005fad406ef5de;p=openstack-build%2Fneutron-build.git Fix typo of 'receive' in test_dhcp_ipv6.py Change-Id: I67e278232d1d100c183128565d843271b463107a --- 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.