diff options
author | alazar <alshenkute@gmail.com> | 2017-01-10 17:52:18 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-10 17:52:18 +0000 |
commit | b54f70ba5e3297a35a3ab186bc2b3415a14df28b (patch) | |
tree | e1e130bab0780da57d86d8c797f11b3f5a7f6089 | |
parent | 2f06e83ade3ca65568fcf8115b3fe6a5ace99427 (diff) | |
parent | 42187acc7b685014a25512646d5a5f5a23da6a08 (diff) |
Merge "Fixed a typo"
am: 42187acc7b
Change-Id: I595820f5cd3eba53cf00b822fa23f92b2ed26900
-rw-r--r-- | src/com/android/dialer/contactinfo/ContactInfoCache.java | 4 |
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, |