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

Commit b54f70ba authored by alazar's avatar alazar Committed by android-build-merger
Browse files

Merge "Fixed a typo"

am: 42187acc

Change-Id: I595820f5cd3eba53cf00b822fa23f92b2ed26900
parents 2f06e83a 42187acc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import java.util.LinkedList;

/**
 * This is a cache of contact details for the phone numbers in the call log. The key is the
 * phone number with the country in which teh call was placed or received. The content of the
 * phone number with the country in which the call was placed or received. The content of the
 * cache is expired (but not purged) whenever the application comes to the foreground.
 *
 * This cache queues request for information and queries for information on a background thread,