diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-06-27 11:59:45 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-07-02 13:25:44 +0200 |
commit | f4d740f08664c3800a8044279dcc41c6c69d8bcd (patch) | |
tree | 8ec32e048a498bd043549c366e2fa2e781d6e001 /python/servo/package_commands.py | |
parent | b7a8b81071e91fa466d40f6060197d495e55d5f5 (diff) | |
download | servo-f4d740f08664c3800a8044279dcc41c6c69d8bcd.tar.gz servo-f4d740f08664c3800a8044279dcc41c6c69d8bcd.zip |
Typo fixes
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 4 |
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') |