aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index 296f25cd00e..03c2390e308 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -391,10 +391,10 @@ class PackageCommands(CommandBase):
help='Install on Android')
@CommandArgument('--emulator',
action='store_true',
- help='For Android, intall to the only emulated device')
+ help='For Android, install to the only emulated device')
@CommandArgument('--usb',
action='store_true',
- help='For Android, intall to the only USB device')
+ help='For Android, install to the only USB device')
@CommandArgument('--target', '-t',
default=None,
help='Install the given target platform')