Skip to content

Commit

Permalink
Typos: possibilty, prefined, builtbot, explictly
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Mar 18, 2013
1 parent 1b905fc commit afd33b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion master/buildbot/buildslave.py
Expand Up @@ -962,7 +962,7 @@ def _soft_disconnect(self, fast=False):
# here, we just do what should be appropriate for the first case,
# and put our heads in the sand for the second, at least for now.
# The best solution to the odd situation is removing it as a
# possibilty: make the master in charge of connecting to the
# possibility: make the master in charge of connecting to the
# slave, rather than vice versa. TODO.
yield defer.DeferredList([
AbstractBuildSlave.disconnect(self),
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/libvirtbuildslave.py
Expand Up @@ -126,7 +126,7 @@ def __init__(self, uri):

@defer.inlineCallbacks
def lookupByName(self, name):
""" I lookup an existing prefined domain """
""" I lookup an existing predefined domain """
res = yield queue.executeInThread(self.connection.lookupByName, name)
defer.returnValue(self.DomainClass(self, res))

Expand Down
2 changes: 1 addition & 1 deletion master/contrib/windows/buildbot_service.py
Expand Up @@ -345,7 +345,7 @@ def error(self, s):
self._dolog(servicemanager.LogErrorMsg, s)

# Functions that spawn a child process, redirecting any output.
# Although builtbot itself does this, it is very handy to debug issues
# Although buildbot itself does this, it is very handy to debug issues
# such as ImportErrors that happen before buildbot has redirected.

def createProcess(self, cmd):
Expand Down
4 changes: 2 additions & 2 deletions slave/contrib/windows/buildbot_service.py
Expand Up @@ -211,7 +211,7 @@ def SvcStop(self):
# Set the stop event - the main loop takes care of termination.
win32event.SetEvent(self.hWaitStop)

# SvcStop only gets triggered when the user explictly stops (or restarts)
# SvcStop only gets triggered when the user explicitly stops (or restarts)
# the service. To shut the service down cleanly when Windows is shutting
# down, we also need to hook SvcShutdown.
SvcShutdown = SvcStop
Expand Down Expand Up @@ -345,7 +345,7 @@ def error(self, s):
self._dolog(servicemanager.LogErrorMsg, s)

# Functions that spawn a child process, redirecting any output.
# Although builtbot itself does this, it is very handy to debug issues
# Although buildbot itself does this, it is very handy to debug issues
# such as ImportErrors that happen before buildbot has redirected.

def createProcess(self, cmd):
Expand Down

0 comments on commit afd33b4

Please sign in to comment.