summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-04-29 21:04:30 +0100
committerBjorn Bringert <bringert@android.com>2009-04-29 21:04:30 +0100
commit044d202c3d74edff1c960204eb609a90e78f9dc1 (patch)
treeb221a7f36afd1660bf53f44170acb42ca8e7441c
parentefae672d7303fb6682b2ae8704a62146297a0a5a (diff)
downloadframeworks_base-044d202c3d74edff1c960204eb609a90e78f9dc1.zip
frameworks_base-044d202c3d74edff1c960204eb609a90e78f9dc1.tar.gz
frameworks_base-044d202c3d74edff1c960204eb609a90e78f9dc1.tar.bz2
Fix typo in searchSuggestThreshold attr doc.
-rw-r--r--core/res/res/values/attrs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 8195dcb..3d7f406 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2781,7 +2781,7 @@
when the user clicks a suggestion. <i>Optional attribute.</i> -->
<attr name="searchSuggestIntentData" format="string" />
- <!-- If provided, this is the minimun number of characters needed to trigger
+ <!-- If provided, this is the minimum number of characters needed to trigger
search suggestions. The default value is 0. <i>Optional attribute.</i> -->
<attr name="searchSuggestThreshold" format="integer" />