summaryrefslogtreecommitdiff
path: root/nova/tests/test_notifications.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 21:47:41 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-25 21:47:41 -0700
commitb055e16846ab8b7d187c8a490aed187c0bc83f3e (patch)
tree94272610e826967b1001850b2513ea2c6d7ab1ac /nova/tests/test_notifications.py
parent8604b7c0d7eadc6bd04dbc9720a0a7040959c331 (diff)
downloadnova-b055e16846ab8b7d187c8a490aed187c0bc83f3e.tar.gz
Fixed many typos.
These were found using: https://github.com/intgr/topy Change-Id: Ia4e14508c285d95ab4eaeabbde032ecc5e7c9e4b
Diffstat (limited to 'nova/tests/test_notifications.py')
-rw-r--r--nova/tests/test_notifications.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/tests/test_notifications.py b/nova/tests/test_notifications.py
index 4432054dbe..12bf9c1f3e 100644
--- a/nova/tests/test_notifications.py
+++ b/nova/tests/test_notifications.py
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-"""Tests for common notifcations."""
+"""Tests for common notifications."""
import copy
@@ -110,7 +110,7 @@ class NotificationsTestCase(test.TestCase):
def test_notif_disabled(self):
- # test config disable of the notifcations
+ # test config disable of the notifications
self.flags(notify_on_state_change=None)
old = copy.copy(self.instance)
@@ -148,7 +148,7 @@ class NotificationsTestCase(test.TestCase):
self.assertEqual(0, len(fake_notifier.NOTIFICATIONS))
- # ok now enable task state notifcations and re-try
+ # ok now enable task state notifications and re-try
self.flags(notify_on_state_change="vm_and_task_state")
notifications.send_update(self.context, old, self.instance)