Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchin committed Sep 13, 2010
1 parent 6aaac93 commit a67751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/gitpoller.py
Expand Up @@ -219,7 +219,7 @@ def _process_changes(self, res):
when = commit_timestamp,
branch = self.branch,
category = self.category,
projecy = self.project)
project = self.project)
self.parent.addChange(c)
self.lastChange = self.lastPoll

Expand Down

0 comments on commit a67751a

Please sign in to comment.