aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chimpchat/src/com/android/chimpchat/core/ChimpRect.java4
-rwxr-xr-xmonkeyrunner/etc/monkeyrunner2
-rwxr-xr-xsdkmanager/app/etc/android2
3 files changed, 4 insertions, 4 deletions
diff --git a/chimpchat/src/com/android/chimpchat/core/ChimpRect.java b/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
index a86c23d93..956ec0dcb 100644
--- a/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
+++ b/chimpchat/src/com/android/chimpchat/core/ChimpRect.java
@@ -32,9 +32,9 @@ public class ChimpRect {
/**
* Create a new ChimpRect with the given coordinates.
- * @param left The X coordinate of the left side of the rectagle
+ * @param left The X coordinate of the left side of the rectangle
* @param top The Y coordinate of the top of the rectangle
- * @param right The X coordinate of the right side of the rectagle
+ * @param right The X coordinate of the right side of the rectangle
* @param bottom The Y coordinate of the bottom of the rectangle
*/
public ChimpRect(int left, int top, int right, int bottom) {
diff --git a/monkeyrunner/etc/monkeyrunner b/monkeyrunner/etc/monkeyrunner
index b3801ddf8..24856946d 100755
--- a/monkeyrunner/etc/monkeyrunner
+++ b/monkeyrunner/etc/monkeyrunner
@@ -80,7 +80,7 @@ else
vmarch=`java -jar "${frameworkdir}"/archquery.jar`
if [ -n "$ANDROID_BUILD_TOP" ]; then
osname=`uname -s | tr A-Z a-z`
- swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
+ swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
elif [ -d "$frameworkdir/$vmarch" ]; then
swtpath="${frameworkdir}/${vmarch}"
else
diff --git a/sdkmanager/app/etc/android b/sdkmanager/app/etc/android
index 555e071b1..f186ebbea 100755
--- a/sdkmanager/app/etc/android
+++ b/sdkmanager/app/etc/android
@@ -94,7 +94,7 @@ else
vmarch=`"${java_cmd}" -jar "${frameworkdir}/archquery.jar"`
if [ -n "$ANDROID_BUILD_TOP" ]; then
osname=`uname -s | tr A-Z a-z`
- swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
+ swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
else
swtpath="${frameworkdir}/${vmarch}"
fi