Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Credit to sa1 in #371
  • Loading branch information
djmitche committed Apr 1, 2012
1 parent dd5201c commit b164d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/mercurial.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self, repourl=None, mode='incremental',
(self.branchType, self.possible_branchTypes))

if repourl is None:
errors.append("you must privide a repourl")
errors.append("you must provide a repourl")

if errors:
raise ConfigErrors(errors)
Expand Down

0 comments on commit b164d69

Please sign in to comment.