Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jan 9, 2010
1 parent 5883763 commit 05ae10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/buildbot.texinfo
Expand Up @@ -8204,10 +8204,10 @@ def messageFormatter(name, build, results, master_status):
logLines = 10
text = list()
text.append("STATUS: %s" % result.title())
return {
return @{
'body' : "\n".join(text),
'type' : 'plain'
}
@}
mn = MailNotifier(fromaddr="buildbot@@example.org",
sendToInterestedUsers=False,
Expand Down

0 comments on commit 05ae10e

Please sign in to comment.