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

Commit 00dc056b authored by David Christie's avatar David Christie
Browse files

Fix typo in comment

Change-Id: I880385f250d95ad9eea1c39bdf126797177e00a1
parent 92ddeeab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ import java.util.HashMap;
public class LocationRequestStatistics {
    private static final String TAG = "LocationStats";

    // Maps package name nad provider to location request statistics.
    // Maps package name and provider to location request statistics.
    public final HashMap<PackageProviderKey, PackageStatistics> statistics
            = new HashMap<PackageProviderKey, PackageStatistics>();