From d7b9ee35569482be69918ba8ed448688568a7def Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 9 Nov 2011 13:01:35 -0800 Subject: More spelling fixes inside of nova Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a --- nova/notifier/list_notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/notifier') 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) -- cgit