summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralazar <alshenkute@gmail.com>2017-01-09 16:55:11 -0800
committeralazar <alshenkute@gmail.com>2017-01-09 16:55:11 -0800
commit5cea277b841c493fb034a92c597e3ba15cfab471 (patch)
treee1e130bab0780da57d86d8c797f11b3f5a7f6089
parentfdf68fbd0b17879ad7d8dfd06b58ba182e00a0b7 (diff)
downloadandroid_packages_apps_Dialer-5cea277b841c493fb034a92c597e3ba15cfab471.tar.gz
android_packages_apps_Dialer-5cea277b841c493fb034a92c597e3ba15cfab471.tar.bz2
android_packages_apps_Dialer-5cea277b841c493fb034a92c597e3ba15cfab471.zip
Fixed a typo
Fixed two typos in the comment section Change-Id: If48c628648c388e5c2906b2922e1a2d514d9576a Signed-off-by: alazar <alshenkute@gmail.com>
-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,