]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo of 'receive' in test_dhcp_ipv6.py
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Tue, 14 Jul 2015 00:56:13 +0000 (09:56 +0900)
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Tue, 14 Jul 2015 03:13:39 +0000 (12:13 +0900)
Change-Id: I67e278232d1d100c183128565d843271b463107a

neutron/tests/api/test_dhcp_ipv6.py

index 3e181e2d0fa4b4fdc50dfc05609e311e4e82fe5b..2bd9379cb0d0f21fd3d1f1c7aa9832120760b570 100644 (file)
@@ -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.