summaryrefslogtreecommitdiff
path: root/android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java')
-rwxr-xr-xandroid/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java b/android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
index d13c6cea9720..5973ae0055fc 100755
--- a/android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
+++ b/android/abs-lib/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
@@ -321,7 +321,7 @@ public class IcsListPopupWindow {
View hintView = mPromptView;
if (hintView != null) {
- // if an hint has been specified, we accomodate more space for it and
+ // if an hint has been specified, we accommodate more space for it and
// add a text view in the drop down menu, at the bottom of the list
LinearLayout hintContainer = new LinearLayout(context);
hintContainer.setOrientation(LinearLayout.VERTICAL);