Skip to content

Commit

Permalink
Fix grammar.
Browse files Browse the repository at this point in the history
whitequark committed Nov 24, 2016
1 parent 35fa194 commit 5806390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/sleep.py
Original file line number Diff line number Diff line change
@@ -14,5 +14,5 @@ def start(self):
reactor.callLater(self.delay, self.finished, SUCCESS)

def finished(self, results):
self.step_status.setText(["sleeped", "%g sec" % self.delay])
self.step_status.setText(["slept", "%g sec" % self.delay])
buildstep.BuildStep.finished(self, results)

0 comments on commit 5806390

Please sign in to comment.