Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a47a5f22 authored by András Kurucz's avatar András Kurucz
Browse files

Fix a typo in the logs of AppWidgetManager

Test: presubmit tests
Flag: None
Change-Id: Ic23d75549259f85bcb64836b5f7f1b52a7522a3a
parent b2e1acac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ public class AppWidgetManager {
                            }
                        }).toArray(ComponentName[]::new));
            } catch (Exception e) {
                Log.e(TAG, "Nofity service of inheritance info", e);
                Log.e(TAG, "Notify service of inheritance info", e);
            }
        });
    }