Skip to content

Commit

Permalink
Some typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 28, 2014
1 parent dc7ef87 commit 2e8e9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vpoller/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class VPollerClient(object):
"""
VPoller Client class
Defines methods for use by clients for sending out message requests.
Defines methods for use by clients for sending out message requests
Sends out messages to a VPoller Proxy or vPoller Worker requesting
properties of different vSphere objects, e.g. datastores, hosts, etc.
Expand Down Expand Up @@ -112,7 +112,7 @@ def run(self, msg):
self.zpoller.unregister(self.zclient)

# Re-establish the connection
logging.debug('Re-establishing connect to endpoint %s', self.endpoint)
logging.debug('Re-establishing connection to endpoint %s', self.endpoint)
self.zclient = self.zcontext.socket(zmq.REQ)
self.zclient.connect(self.endpoint)
self.zclient.setsockopt(zmq.LINGER, 0)
Expand Down

0 comments on commit 2e8e9e9

Please sign in to comment.