summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/apt.cron.daily2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index c358ef012..32fbafc57 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -147,7 +147,7 @@ check_size_constraints()
fi
}
-# sleep for a random intervall of time (default 30min)
+# sleep for a random interval of time (default 30min)
# (some code taken from cron-apt, thanks)
random_sleep()
{
diff --git a/debian/changelog b/debian/changelog
index 369bc75f0..27c7fe581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apt (0.7.15) UNRELEASED; urgency=low
+
+ * Fix typo in cron.daily script. Closes: #486179
+
+ -- Christian Perrier <bubulle@debian.org> Sat, 14 Jun 2008 07:39:06 +0200
+
apt (0.7.14) unstable; urgency=low
[ Christian Perrier ]