OSDN Git Service

docs: Typo fixes
authorAndrew Solovay <asolovay@google.com>
Fri, 29 Jun 2018 22:08:11 +0000 (15:08 -0700)
committerAndrew Solovay <asolovay@google.com>
Fri, 6 Jul 2018 21:03:53 +0000 (14:03 -0700)
Misc. typo fixes, just to XML comments (for Javadocs).

Staged to:

http://go/dac-stage/reference/android/view/ViewGroup.html#attr_android:persistentDrawingCache

Test: make ds-docs
Bug: 37140564
Bug: 38269885
Change-Id: I1f61353166d1c4d63501dd930e6d76abe47a8b47

core/res/res/values/attrs.xml

index d2684ce..44eea30 100644 (file)
              used for, typically, account ID or password input.  It is expected that IMEs
              normally are able to input ASCII even without being told so (such IMEs
              already respect this flag in a sense), but there could be some cases they
-             aren't when, for instance, only non-ASCII input languagaes like Arabic,
+             aren't when, for instance, only non-ASCII input languages like Arabic,
              Greek, Hebrew, Russian are enabled in the IME.  Applications need to be
              aware that the flag is not a guarantee, and not all IMEs will respect it.
              However, it is strongly recommended for IME authors to respect this flag
              enabled by a ViewGroup for all its children in specific situations (for
              instance during a scrolling.) This property lets you persist the cache
              in memory after its initial usage. Persisting the cache consumes more
-             memory but may prevent frequent garbage collection is the cache is created
+             memory but may prevent frequent garbage collection if the cache is created
              over and over again. By default the persistence is set to scrolling.
              Deprecated: The view drawing cache was largely made obsolete with the introduction of
              hardware-accelerated rendering in API 11. -->