aboutsummaryrefslogtreecommitdiffstats
path: root/adb/OVERVIEW.TXT
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-04-26 09:33:47 -0700
committerMike Lockwood <lockwood@android.com>2010-04-28 11:38:39 -0400
commit26bb6e92ba392b28eb2edabb639f8750f859ce20 (patch)
treec26ca36b68c6b5b9705c17153582e709edd8605c /adb/OVERVIEW.TXT
parenta84a42eb20d43ffa2695a69d583a6e09532b49d9 (diff)
downloadsystem_core-26bb6e92ba392b28eb2edabb639f8750f859ce20.tar.gz
system_core-26bb6e92ba392b28eb2edabb639f8750f859ce20.tar.bz2
system_core-26bb6e92ba392b28eb2edabb639f8750f859ce20.zip
Fixing spelling errors in adb docs
Change-Id: I9376717165a01e207034f84a31f85335d3740f18
Diffstat (limited to 'adb/OVERVIEW.TXT')
-rw-r--r--adb/OVERVIEW.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/OVERVIEW.TXT b/adb/OVERVIEW.TXT
index 6a5191ae..c40695af 100644
--- a/adb/OVERVIEW.TXT
+++ b/adb/OVERVIEW.TXT
@@ -35,7 +35,7 @@ As a whole, everything works through the following components:
(through USB for devices, through TCP for emulators) and provide a
few services for clients that run on the host.
- The ADB server considers that a device is ONLINE when it has succesfully
+ The ADB server considers that a device is ONLINE when it has successfully
connected to the adbd program within it. Otherwise, the device is OFFLINE,
meaning that the ADB server detected a new device/emulator, but could not
connect to the adbd daemon.