From f07777f2808feb2aeac3c56c04b5586411253b1e Mon Sep 17 00:00:00 2001 From: Edgar Magana Date: Wed, 2 Sep 2015 15:45:12 -0700 Subject: [PATCH] Fix typos in Rally code Fix few misspelled words in rally code Change-Id: I2d1a47fc1ec2cea3efe65a2e9574d170e529ce24 Related-Bug: 1489710 --- rally/plugins/openstack/context/network/networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally/plugins/openstack/context/network/networks.py b/rally/plugins/openstack/context/network/networks.py index 824c9980..cfa8df3c 100644 --- a/rally/plugins/openstack/context/network/networks.py +++ b/rally/plugins/openstack/context/network/networks.py @@ -54,7 +54,7 @@ class Network(context.Context): # NOTE(rkiran): Some clients are not thread-safe. Thus during # multithreading/multiprocessing, it is likely the # sockets are left open. This problem is eliminated by - # creating a connection in setup and cleanup seperately. + # creating a connection in setup and cleanup separately. net_wrapper = network_wrapper.wrap( osclients.Clients(self.context["admin"]["endpoint"]), self.config)