Minor README fixes.
authorDavin McCall <davmac@davmac.org>
Thu, 2 May 2019 10:39:41 +0000 (20:39 +1000)
committerDavin McCall <davmac@davmac.org>
Thu, 2 May 2019 10:39:41 +0000 (20:39 +1000)
README.md

index 30c1721fafd6a726d8d54cbba7a8427cacbb416b..b19d8e3b56b03643203c48edd3865caecc8da559 100644 (file)
--- a/README.md
+++ b/README.md
@@ -280,10 +280,10 @@ are:
     dinitctl stop <service-name>
     dinitctl release <service-name>
 
     dinitctl stop <service-name>
     dinitctl release <service-name>
 
-Note that a "start" markes the service active, as well as starting it if it is
+Note that a "start" marks the service active, as well as starting it if it is
 not already started; the opposite of this is actually "release", which clears
 the active mark and stops it if it has no active dependent services. The "stop"
 not already started; the opposite of this is actually "release", which clears
 the active mark and stops it if it has no active dependent services. The "stop"
-command by default acts as a "release" which also forces the service to stop
+command by default acts as a "release" that also forces the service to stop
 (although it may then immediately restart, depending on how it and its
 dependents are configured).
 
 (although it may then immediately restart, depending on how it and its
 dependents are configured).