widget log message typo

This commit is contained in:
Domingos Lopes 2016-02-23 09:31:19 -05:00
parent 6467fc103b
commit a9fb91f522
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class PlayerWidget extends AppWidgetProvider {
@Override
public void onDisabled(Context context) {
super.onDisabled(context);
Log.d(TAG, "Widet disabled");
Log.d(TAG, "Widget disabled");
setEnabled(context, false);
stopUpdate(context);
}