summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralazar <alshenkute@gmail.com>2017-01-10 17:56:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-10 17:56:49 +0000
commit120b6ef8eb60b4f20fbbb4804eb96c6bcfbb5013 (patch)
tree6717a8b6bbc4e0b0c4cdb6c34ff3c1702f0dce99
parentf6a3e266444e7e440232e68662c2d1086893eaef (diff)
parentb54f70ba5e3297a35a3ab186bc2b3415a14df28b (diff)
downloadandroid_packages_apps_Dialer-120b6ef8eb60b4f20fbbb4804eb96c6bcfbb5013.tar.gz
android_packages_apps_Dialer-120b6ef8eb60b4f20fbbb4804eb96c6bcfbb5013.tar.bz2
android_packages_apps_Dialer-120b6ef8eb60b4f20fbbb4804eb96c6bcfbb5013.zip
Merge "Fixed a typo" am: 42187acc7b
am: b54f70ba5e Change-Id: I3f94588ac1cb98e729705dea6abdc24d1113b47d
-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,