From c989199ccfbe745a7109f57d2aee2577d2f72b8d Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 8 Jun 2009 14:40:30 -0500 Subject: Fix typo in adb commandline help Android developers are not expected to have PDP-11s. --- adb/commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/commandline.c b/adb/commandline.c index 7410dce..548d362 100644 --- a/adb/commandline.c +++ b/adb/commandline.c @@ -151,7 +151,7 @@ void help() "\n" "networking:\n" " adb ppp [parameters] - Run PPP over USB.\n" - " Note: you should not automatically start a PDP connection.\n" + " Note: you should not automatically start a PPP connection.\n" " refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n" " [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n" "\n" -- cgit v1.1