diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-05-04 19:56:41 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 00:34:27 +0200 |
commit | b12bdeaf8acd050c5526ecc05526db70df5fd485 (patch) | |
tree | 583f7ed831b0267c5d6103abab5fbc4b44906003 /README.json-hooks.md | |
parent | 5f9c05db78926dfb063fdd0493ecc6b8e12c2e02 (diff) |
Fix various typos reported by spellcheckers
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'README.json-hooks.md')
-rw-r--r-- | README.json-hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.json-hooks.md b/README.json-hooks.md index b47c33b7e..f516c1afe 100644 --- a/README.json-hooks.md +++ b/README.json-hooks.md @@ -59,7 +59,7 @@ The following methods are supported: 1. `org.debian.apt.hooks.install.pre-prompt` - Run before the y/n prompt 1. `org.debian.apt.hooks.install.post` - Run after success -1. `org.debian.apt.hooks.install.fail` - Run after failed instal +1. `org.debian.apt.hooks.install.fail` - Run after failed install 1. `org.debian.apt.hooks.search.pre` - Run before search 1. `org.debian.apt.hooks.search.post` - Run after successful search 1. `org.debian.apt.hooks.search.fail` - Run after search without results |