summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorbubulle@debian.org <>2008-06-14 07:39:57 +0200
committerbubulle@debian.org <>2008-06-14 07:39:57 +0200
commitd047c6da615661acc00e9eae90b7f538f40c09a9 (patch)
tree81a9c3fa0ac18fa046b2504f22c51623807bc48e /debian
parentc5fdf360513f8d2e5858711ff46c744cddcdeb6f (diff)
Fix typo in cron.daily script comments
Diffstat (limited to 'debian')
-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 ]