From 6bba6d3b7c63054acf7828cba7eb87b0f1d84d1c Mon Sep 17 00:00:00 2001 From: Todd Willey Date: Wed, 14 Jul 2010 19:28:57 -0400 Subject: fix a typo. --- nova/compute/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit