summaryrefslogtreecommitdiffstats
path: root/nova/notifier
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2011-11-09 13:01:35 -0800
committerJoe Gordon <jogo@cloudscaling.com>2011-11-09 19:57:44 -0800
commitd7b9ee35569482be69918ba8ed448688568a7def (patch)
tree0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/notifier
parentbcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff)
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
Diffstat (limited to 'nova/notifier')
-rw-r--r--nova/notifier/list_notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/notifier/list_notifier.py b/nova/notifier/list_notifier.py
index 955ae1b57..62847c85f 100644
--- a/nova/notifier/list_notifier.py
+++ b/nova/notifier/list_notifier.py
@@ -53,7 +53,7 @@ def _get_drivers():
def notify(message):
- """Passes notification to mulitple notifiers in a list."""
+ """Passes notification to multiple notifiers in a list."""
for driver in _get_drivers():
try:
driver.notify(message)