am 91e0a8bb: Fix minor typo and duplicated entry in sdk.atree

Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d'

* commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d':
  Fix minor typo and duplicated entry in sdk.atree
This commit is contained in:
Xavier Ducrohet
2009-07-29 14:47:53 -07:00
committed by Android Git Automerger
2 changed files with 1 additions and 4 deletions

View File

@@ -915,7 +915,7 @@ public final class AvdSelector {
new ITask() {
public void run(ITaskMonitor monitor) {
try {
monitor.setDescription("Starting emualator for AVD '%1$s'", avdName);
monitor.setDescription("Starting emulator for AVD '%1$s'", avdName);
int n = 10;
monitor.setProgressMax(n);
Process process = Runtime.getRuntime().exec(command);