commit | 2b133442e0d4f1b04c32edead8b6ba395c4f91b7 | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Tue May 27 11:28:00 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Tue May 27 11:28:00 2014 -0700 |
tree | c942b4c07382f2afd8dcb6555d9b9f824a1c674e | |
parent | f6a557aea8d917fcd9ffdde5ae38502887dc5f1c [diff] |
Fixes comment typo in ContactListItemView Change-Id: I961c4fa58c060d05a30acf11e88116dd6daf23c4
diff --git a/src/com/android/contacts/common/list/ContactListItemView.java b/src/com/android/contacts/common/list/ContactListItemView.java index 5d3ff3c..cfc8f47 100644 --- a/src/com/android/contacts/common/list/ContactListItemView.java +++ b/src/com/android/contacts/common/list/ContactListItemView.java
@@ -328,7 +328,7 @@ // Also calculate their heights to get the total height for this entire view. if (isVisible(mNameTextView)) { - // Claculate width for name text - this parallels similar measurement in onLayout. + // Calculate width for name text - this parallels similar measurement in onLayout. int nameTextWidth = effectiveWidth; if (mPhotoPosition != PhotoPosition.LEFT) { nameTextWidth -= mTextIndent;