summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-11 05:51:11 +0000
committerGerrit Code Review <review@openstack.org>2013-02-11 05:51:11 +0000
commit1607710a7ff484827ab0c63de52789ed4a5db3ca (patch)
treeb70cfcfe6bb5421713c27d91b843748295bc29b0 /nova
parente76252c0bbc9a3ca9e79d47f170493e8d6d66514 (diff)
parentc4d796dfda5bc22db28c530f8989ad03949a973d (diff)
Merge "Fix spelling in comment"
Diffstat (limited to 'nova')
-rw-r--r--nova/network/l3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/network/l3.py b/nova/network/l3.py
index 30a9f1ecd..9ca6b6a43 100644
--- a/nova/network/l3.py
+++ b/nova/network/l3.py
@@ -125,8 +125,8 @@ class LinuxNetL3(L3Driver):
class NullL3(L3Driver):
"""The L3 driver that doesn't do anything. This class can be used when
- nova-network shuld not manipulate L3 forwarding at all (e.g., in a Flat
- or FlatDHCP scenario"""
+ nova-network should not manipulate L3 forwarding at all (e.g., in a Flat
+ or FlatDHCP scenario)."""
def __init__(self):
pass