1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Fixup: Typo in disconnected

This commit is contained in:
James Cotton 2012-08-05 16:18:38 -05:00
parent 91bd93798d
commit cc1d44b49b

View File

@ -97,7 +97,7 @@ public class OPTelemetryService extends Service {
activeTelem.start();
break;
case MSG_DISCONNECT:
Toast.makeText(getApplicationContext(), "Disconnct", Toast.LENGTH_SHORT).show();
Toast.makeText(getApplicationContext(), "Disconnect requested", Toast.LENGTH_SHORT).show();
terminate = true;
try {
activeTelem.join();