summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d65e4d..d355615 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ Anyway, to put a job in the spool, you do 4 things:
2. write to /var/lib/pristine-etc/spool with your message and
`O_CREAT` | `O_APPEND`.
3. close the `flock`ed file descriptor
- 4. run `systemctl start pristin-etc-keeper.service` to start (if
+ 4. run `systemctl start pristine-etc-keeper.service` to start (if
nescessary) it draining the spool.
You may wish to run
-`systemctl reset-failed pristin-etc-keeper.service` before trying to
+`systemctl reset-failed pristine-etc-keeper.service` before trying to
start it.