diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-04-04 20:20:44 +0700 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-04-04 20:30:10 +0700 |
commit | 30e6fad9ad892a21d271fa93319f7a3ee23da134 (patch) | |
tree | 4b2d0d0cf0c6a1a658c434dd8bddc6cb1cae7216 /doc/json-hooks-protocol.md | |
parent | c028f80a364c03e021b88049151dddf31b657835 (diff) |
Perform minor copy-editing on the docs
Diffstat (limited to 'doc/json-hooks-protocol.md')
-rw-r--r-- | doc/json-hooks-protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/json-hooks-protocol.md b/doc/json-hooks-protocol.md index ddf0fa0e3..09633e71d 100644 --- a/doc/json-hooks-protocol.md +++ b/doc/json-hooks-protocol.md @@ -27,7 +27,7 @@ The general life of a hook is as following. It is unspecified whether a hook is sent one or more messages. For example, a hook may be started only once for the lifetime of the apt -process and receive multiple notificatgions, but a hook may also be +process and receive multiple notifications, but a hook may also be started multiple times. Hooks should thus be stateless. ## JSON messages |