summaryrefslogtreecommitdiff
path: root/man/5/pkg.conf
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-24 15:53:15 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-24 15:53:15 +0100
commit40d4c6d4b62a740650429716bf4c585dfb1b4c9e (patch)
tree97735c32d464a99cc0aa3c1af8ed947d8556e2e0 /man/5/pkg.conf
parent7e3ebdeb7cd68c6222fbcb40463b40c270a16eab (diff)
Fixed a typo in pkg.conf(5)
Diffstat (limited to 'man/5/pkg.conf')
-rw-r--r--man/5/pkg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf
index 7c7230a..2bd9eee 100644
--- a/man/5/pkg.conf
+++ b/man/5/pkg.conf
@@ -55,7 +55,7 @@ including newlines.
See zsh(1) for more
Valid I<hook> names are: post-add, pre-update, post-update, pre-remove.
-Note thatt post-add automatically executes post-update
+Note that post-add automatically executes post-update
Example: pkg_hook_post-update () {clear_line; echo "Hello from package $1!"}