diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-11 05:51:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-11 05:51:11 +0000 |
| commit | 1607710a7ff484827ab0c63de52789ed4a5db3ca (patch) | |
| tree | b70cfcfe6bb5421713c27d91b843748295bc29b0 /nova | |
| parent | e76252c0bbc9a3ca9e79d47f170493e8d6d66514 (diff) | |
| parent | c4d796dfda5bc22db28c530f8989ad03949a973d (diff) | |
Merge "Fix spelling in comment"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/network/l3.py | 4 |
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 |
