From c57a1bef1233fa9282d2a15dcbda3213b97b32f8 Mon Sep 17 00:00:00 2001 From: zhouyunfeng Date: Wed, 7 Dec 2016 17:52:32 +0800 Subject: [PATCH] fix some typos. Change-Id: I44955219940907707b33bb0186882404d04f8b77 --- sahara/topology/topology_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahara/topology/topology_helper.py b/sahara/topology/topology_helper.py index 01a4d02e52..344ece50ba 100644 --- a/sahara/topology/topology_helper.py +++ b/sahara/topology/topology_helper.py @@ -97,7 +97,7 @@ def _read_compute_topology(): if not line: continue (host, path) = line.split() - # Calulating host id based on tenant id and host + # Calculating host id based on tenant id and host # using the same algorithm as in nova # see nova/api/openstack/compute/views/servers.py # def _get_host_id(instance):