diff options
| -rw-r--r-- | core/res/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 7de36a7113ae..6f7bc53e891c 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -2791,7 +2791,7 @@ <flag name="noExcludeDescendants" value="0x8" /> </attr> - <!-- Boolean that hints the Android System that the view is credntial and associated with + <!-- Boolean that hints the Android System that the view is credential and associated with CredentialManager --> <attr name="isCredential" format="boolean" /> |