diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-13 13:04:11 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-13 13:04:11 -0400 |
commit | 4d8fc066c3465e8d02adb6662cf621ba6b6804d5 (patch) | |
tree | d5015a6d2dc2b3eb58baad411d5335e5b6241fee | |
parent | 06445cc0f0b9d44d5615f365181459dff5cf5cda (diff) |
Typo. Closes: #536799
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | etckeeper.8 | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a49c580..d60abb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ etckeeper (0.39) UNRELEASED; urgency=low * Document ETCKEEPER_CONF_DIR in man page. + * Typo. Closes: #536799 -- Joey Hess <joeyh@debian.org> Thu, 09 Jul 2009 14:35:55 -0400 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 |