diff options
Diffstat (limited to 'adb/OVERVIEW.TXT')
-rw-r--r-- | adb/OVERVIEW.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/OVERVIEW.TXT b/adb/OVERVIEW.TXT index 6a5191a..c40695a 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. |