Skip to content

Commit e2d0810

Browse files
committed
[NFC] Fixed typo in a comment.
1 parent e7870dc commit e2d0810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ c['builders'] = builders = [
6666
]
6767

6868
for rb in config.release_builders.all:
69-
# Make sure a release byuilder has the "release" tag.
69+
# Make sure a release builder has the "release" tag.
7070
tags = rb.get('tags', [])
7171
if 'release' not in tags:
7272
rb['tags'] = tags + ['release']

0 commit comments

Comments
 (0)