Merge "Fixed a typo"
am: 42187acc7b
Change-Id: I595820f5cd3eba53cf00b822fa23f92b2ed26900
diff --git a/src/com/android/dialer/contactinfo/ContactInfoCache.java b/src/com/android/dialer/contactinfo/ContactInfoCache.java
index 1e24579..28a9194 100644
--- a/src/com/android/dialer/contactinfo/ContactInfoCache.java
+++ b/src/com/android/dialer/contactinfo/ContactInfoCache.java
@@ -28,8 +28,8 @@
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,