Auto merge of #5904 - Manishearth:spelling, r=Ms2ger

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5904)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-04-30 09:56:50 -05:00
commit 0cb2644210

View file

@ -168,7 +168,7 @@ class CommandBase(object):
env["GONKDIR"] = self.config["gonk"]["b2g"]
if "GONKDIR" not in env:
# Things can get pretty opaque if this hasn't been set
print("Please set $GONKDIR in your environment or servobild file")
print("Please set $GONKDIR in your environment or .servobuild file")
sys.exit(1)
if self.config["gonk"]["product"]:
env["GONK_PRODUCT"] = self.config["gonk"]["product"]