Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 6, 2012
1 parent dee9e8f commit 3b4aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_master.py
Expand Up @@ -97,7 +97,7 @@ def test_addChange_args_properties(self):
exp_data_kwargs=dict(properties={ u'a' : u'b'}))

def test_addChange_args_properties_tuple(self):
# properties should notrbe qualified with a source
# properties should not be qualified with a source
return self.do_test_addChange_args(
kwargs=dict(properties={ 'a' : ('b', 'Change') }),
exp_data_kwargs=dict(properties={ 'a' : ('b', 'Change') }))
Expand Down

0 comments on commit 3b4aa6e

Please sign in to comment.