From 36cd3c2b0a932b59ef91b50ad3bc7ba1a2072d75 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 18 May 2011 21:46:09 +0200 Subject: Fix typos in comments. --- pym/portage/tests/locks/test_asynchronous_lock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/portage/tests/locks/test_asynchronous_lock.py b/pym/portage/tests/locks/test_asynchronous_lock.py index 6e8bc0a07..8946caf89 100644 --- a/pym/portage/tests/locks/test_asynchronous_lock.py +++ b/pym/portage/tests/locks/test_asynchronous_lock.py @@ -56,7 +56,7 @@ class AsynchronousLockTestCase(TestCase): lock2 = AsynchronousLock(path=path, scheduler=scheduler, _force_async=True, _force_process=True) lock2.start() - # lock2 should we waiting for lock1 to release + # lock2 should be waiting for lock1 to release self.assertEqual(lock2.poll(), None) self.assertEqual(lock2.returncode, None) @@ -79,7 +79,7 @@ class AsynchronousLockTestCase(TestCase): lock2 = AsynchronousLock(path=path, scheduler=scheduler, _force_async=True, _force_process=True) lock2.start() - # lock2 should we waiting for lock1 to release + # lock2 should be waiting for lock1 to release self.assertEqual(lock2.poll(), None) self.assertEqual(lock2.returncode, None) @@ -104,7 +104,7 @@ class AsynchronousLockTestCase(TestCase): lock2 = AsynchronousLock(path=path, scheduler=scheduler, _force_async=True, _force_process=True) lock2.start() - # lock2 should we waiting for lock1 to release + # lock2 should be waiting for lock1 to release self.assertEqual(lock2.poll(), None) self.assertEqual(lock2.returncode, None) -- cgit v1.2.3-1-g7c22