diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-30 19:34:31 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-30 19:35:21 +0530 |
commit | 88d180cc8a560b00db840b688977919fb5f21b86 (patch) | |
tree | e1ba0350a9b2577b8519e4029bf4b87c3ca19f51 /python/servo/command_base.py | |
parent | 738f006afe36a06c8ed4f668904c76ba84e9f1af (diff) | |
download | servo-88d180cc8a560b00db840b688977919fb5f21b86.tar.gz servo-88d180cc8a560b00db840b688977919fb5f21b86.zip |
fix typo
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |