summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--etckeeper.84
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