Spelling fixes

This commit is contained in:
Josh Soref
2013-10-30 21:06:58 -04:00
committed by Andrew Grieve
parent d7ad784809
commit 74ea6bf00a
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ var path = require('path'),
Q = require('q');
/*
* Runs the application on a device if availible.
* Runs the application on a device if available.
* If not device is found, it will use a started emulator.
* If no started emulators are found it will attempt to start an avd.
* If no avds are found it will error out.
@@ -91,7 +91,7 @@ var path = require('path'),
}
});
} else {
// no target given, deploy to device if availible, otherwise use the emulator.
// no target given, deploy to device if available, otherwise use the emulator.
return device.list()
.then(function(device_list) {
if (device_list.length > 0) {