summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralazar <alshenkute@gmail.com>2017-01-10 18:06:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-10 18:06:50 +0000
commite38a3deb4bbcdf22c2e8a02f4c5d9e3fe7a54c24 (patch)
tree7cfef95c197713ac47db34f2822947c061a5fd62
parentde4e0e672d7d1fd721e77b4cb228c257c666627d (diff)
parent2c0f8284cea239fc7cc1345b0d9f9a6b84c415ed (diff)
Merge "Fixed a typo" am: 42187acc7b am: b54f70ba5e am: 120b6ef8eb
am: 2c0f8284ce Change-Id: I80458edc11a4d2833304898fa2dab413cab8d6bc
-rw-r--r--src/com/android/dialer/contactinfo/ContactInfoCache.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/dialer/contactinfo/ContactInfoCache.java b/src/com/android/dialer/contactinfo/ContactInfoCache.java
index 1e2457957..28a919430 100644
--- a/src/com/android/dialer/contactinfo/ContactInfoCache.java
+++ b/src/com/android/dialer/contactinfo/ContactInfoCache.java
@@ -28,8 +28,8 @@ import com.google.common.annotations.VisibleForTesting;
import java.util.LinkedList;
/**
- * This is a cache of contact details for the phone numbers in the c all log. The key is the
- * phone number with the country in which teh call was placed or received. The content of the
+ * 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 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,