Merge "Fix typo in android init language documentation." am: e4424ff422

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1327897

Change-Id: I37756521e91af1291b8a0f322abcf88bddbb0b17
This commit is contained in:
Treehugger Robot 2020-06-10 15:22:10 +00:00 committed by Automerger Merge Worker
commit a33a65c8e2

View file

@ -764,7 +764,7 @@ The _commands_ are listed below.
These are equivalent to using the `start`, `restart`, and `stop` commands on the service specified
by the _value_ of the property.
`oneshot_one` and `oneshot_off` will turn on or off the _oneshot_
`oneshot_on` and `oneshot_off` will turn on or off the _oneshot_
flag for the service specified by the _value_ of the property. This is
particularly intended for services that are conditionally lazy HALs. When
they are lazy HALs, oneshot must be on, otherwise oneshot should be off.