summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Willey <todd@rubidine.com>2010-07-14 19:28:57 -0400
committerTodd Willey <todd@rubidine.com>2010-07-14 19:28:57 -0400
commit6bba6d3b7c63054acf7828cba7eb87b0f1d84d1c (patch)
treee6a16faa55ece07f10e4fa805eb87bdc5d613135
parentcd1510785f94ee7b3b76570ead8b73ccac7f8dd0 (diff)
fix a typo.
-rw-r--r--nova/compute/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/network.py b/nova/compute/network.py
index 7b37cde6d..81618269d 100644
--- a/nova/compute/network.py
+++ b/nova/compute/network.py
@@ -502,7 +502,7 @@ def get_vlan_for_project(project_id):
# NOTE(todd): This doesn't check for vlan id match, because
# it seems to be assumed that vlan<=>project is
# always a 1:1 mapping. It could be made way
- # sexier if it didn't fight agains the way
+ # sexier if it didn't fight against the way
# BasicModel worked and used associate_with
# to build connections to projects.
vlan.project_id = project_id