Merge "Fix typo in aosp/1242602"

This commit is contained in:
Treehugger Robot
2020-03-16 08:34:34 +00:00
committed by Gerrit Code Review

View File

@@ -1796,7 +1796,7 @@ public class NetworkStatsService extends INetworkStatsService.Stub {
}
}
// TODO: It is copied from ConnectivitySerivce, consider refactor these check permission
// TODO: It is copied from ConnectivityService, consider refactor these check permission
// functions to a proper util.
private boolean checkAnyPermissionOf(String... permissions) {
for (String permission : permissions) {