From 88d180cc8a560b00db840b688977919fb5f21b86 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 30 Apr 2015 19:34:31 +0530 Subject: [PATCH] fix typo --- python/servo/command_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 5b3ad797c03..8047bf44179 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -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"]