Fix typo in android init language documentation.

Test: N/A
Change-Id: I158294b59f120f5f1296f3c9e6e5357fb02ed6b8
diff --git a/init/README.md b/init/README.md
index 2d06971..188f19b 100644
--- a/init/README.md
+++ b/init/README.md
@@ -764,7 +764,7 @@
 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.