1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

AndroidGCS: Fix typo in telem debug messages

This commit is contained in:
James Cotton 2012-08-28 11:29:50 -05:00
parent ee97390ade
commit b9663ba666

View File

@ -227,7 +227,7 @@ public class OPTelemetryService extends Service {
public void onDestroy() {
if (telemTask != null) {
Log.d(TAG, "onDestory() shutting down telemetry task");
Log.d(TAG, "onDestroy() shutting down telemetry task");
telemTask.disconnect();
telemTask = null;