Skip to content

Commit

Permalink
Fixed two very minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gmccreight authored and mikeal committed Oct 19, 2009
1 parent 4092b4f commit c28e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozrunner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(self, binary=None, profile=None, create_new=True, plugins=[], prefe
self.preferences.update(preferences)

if profile is not None and create_new is True:
raise Exception('You cannot set the profie location is you want mozrunner to create a new on for you.')
raise Exception('You cannot set the profie location if you want mozrunner to create a new one for you.')
if create_new is False and profile is None:
raise Exception('If you set create_new to False you must provide the location of the profile you would like to run')
if create_new is True:
Expand Down

0 comments on commit c28e3ad

Please sign in to comment.