diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 13:01:35 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 19:57:44 -0800 |
commit | d7b9ee35569482be69918ba8ed448688568a7def (patch) | |
tree | 0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/fakerabbit.py | |
parent | bcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff) | |
download | nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.gz nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.xz nova-d7b9ee35569482be69918ba8ed448688568a7def.zip |
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
Diffstat (limited to 'nova/fakerabbit.py')
-rw-r--r-- | nova/fakerabbit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/fakerabbit.py b/nova/fakerabbit.py index e7e9dab77..2807a76f6 100644 --- a/nova/fakerabbit.py +++ b/nova/fakerabbit.py @@ -16,7 +16,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""Based a bit on the carrot.backeds.queue backend... but a lot better.""" +"""Based a bit on the carrot.backends.queue backend... but a lot better.""" import Queue as queue |