diff options
author | Julian Andres Klode <jak@debian.org> | 2021-04-29 08:28:27 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2021-04-29 08:28:27 +0000 |
commit | c61d7915ee844569b798273bf268afd83bb97c46 (patch) | |
tree | 5afb0d3c95b072c95b1e92d6c215d0cf52331895 | |
parent | a6cb741a2cd1fa132705f8f5644872fc9708fb68 (diff) | |
parent | 289b7d2e8c8fb1ee4d5ef67a57ca74ce6f19b727 (diff) |
Merge branch 'BrianMurray-main-patch-26842' into 'main'
Fix a typo in json-hooks-protocol.md
See merge request apt-team/apt!173
-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 9ffd2f2be..2d8410c8d 100644 --- a/doc/json-hooks-protocol.md +++ b/doc/json-hooks-protocol.md @@ -25,7 +25,7 @@ The general life of a hook is as following. 1. Hook is started 2. Hello handshake is exchanged 3. One or more calls or notifications are sent from apt to the hook -4. Bye notification is send +4. Bye notification is sent 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 |