Skip to content

Commit

Permalink
Fixed|Builder: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 27, 2013
1 parent b3266dd commit 1d74bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/builder/changes.py
Expand Up @@ -51,7 +51,7 @@ def set_subject(self, subject):
self.reverted = True
subject = subject[8:-1]

# Remote tags from the subject.
# Remove tags from the subject.
pos = subject.find(': ')
if pos > 0:
for tag in subject[:pos].split('|'):
Expand Down

0 comments on commit 1d74bae

Please sign in to comment.