summaryrefslogtreecommitdiff
path: root/etckeeper.8
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-13 13:04:11 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-13 13:04:11 -0400
commit4d8fc066c3465e8d02adb6662cf621ba6b6804d5 (patch)
treed5015a6d2dc2b3eb58baad411d5335e5b6241fee /etckeeper.8
parent06445cc0f0b9d44d5615f365181459dff5cf5cda (diff)
Typo. Closes: #536799
Diffstat (limited to 'etckeeper.8')
-rw-r--r--etckeeper.84
1 files changed, 2 insertions, 2 deletions
diff --git a/etckeeper.8 b/etckeeper.8
index 32e9d20..ec65f5b 100644
--- a/etckeeper.8
+++ b/etckeeper.8
@@ -27,12 +27,12 @@ This is called as a pre-commit hook. It stores metadata and does sanity
checks.
.TP
.B pre-install
-This is called by apt's DPkg::Pre-Install-Pkgs hook, or by equivilant hooks
+This is called by apt's DPkg::Pre-Install-Pkgs hook, or by equivalent hooks
of other package managers. It allows committing any uncommitted changes before
packages are installed, upgraded, etc.
.TP
.B post-install
-This is called by apt's DPkg::Post-Invoke hook, or by equivilant hooks
+This is called by apt's DPkg::Post-Invoke hook, or by equivalent hooks
of other package managers. It commits changes made by packages into the
repository. (You can also call this by hand after running dpkg by hand.)
.TP