Change in vdsm[master]: sslTests.py: Fix typos

amureini at redhat.com amureini at redhat.com
Mon Jan 4 13:19:57 UTC 2016


Allon Mureinik has uploaded a new change for review.

Change subject: sslTests.py: Fix typos
......................................................................

sslTests.py: Fix typos

Change-Id: I3f37d7de5e07061a93d7025db8e2ef792ccaa461
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M tests/sslTests.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/11/51311/1

diff --git a/tests/sslTests.py b/tests/sslTests.py
index b7a4bfb..3b8f686 100644
--- a/tests/sslTests.py
+++ b/tests/sslTests.py
@@ -100,7 +100,7 @@
                 client_socket.settimeout(timeout)
                 client_socket.connect((HOST, server.port))
                 # Wait for data that will never arrive.
-                # This will return successfuly if the other side closes the
+                # This will return successfully if the other side closes the
                 # connection (as expected) or raise timeout (which means the
                 # test failed)
                 client_socket.recv(100)
@@ -171,7 +171,7 @@
                 pass
 
     def shutdown(self):
-        # Note that this doesn't stop the thready inmediately, it just
+        # Note that this doesn't stop the thready immediately, it just
         # indicates that stopping is requested, the thread will stop
         # with next iteration of the accept loop:
         self.stop.set()


-- 
To view, visit https://gerrit.ovirt.org/51311
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f37d7de5e07061a93d7025db8e2ef792ccaa461
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>


More information about the vdsm-patches mailing list