fix some typos.

Change-Id: I44955219940907707b33bb0186882404d04f8b77
This commit is contained in:
zhouyunfeng 2016-12-07 17:52:32 +08:00 committed by yunfeng zhou
parent 8e97a3830a
commit c57a1bef12
1 changed files with 1 additions and 1 deletions

View File

@ -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):