]> git.saurik.com Git - apt.git/commitdiff
Fix typo in cron.daily script comments
authorbubulle@debian.org <>
Sat, 14 Jun 2008 05:39:57 +0000 (07:39 +0200)
committerbubulle@debian.org <>
Sat, 14 Jun 2008 05:39:57 +0000 (07:39 +0200)
debian/apt.cron.daily
debian/changelog

index c358ef012a789fcbedbcbe789727928e677d35fe..32fbafc57cfb037d0bdeb9e7348942493181efca 100644 (file)
@@ -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()
 {
index 369bc75f09702b5cc844be5dd483d297ab3144be..27c7fe58180863ef358a749a185ca185483daba6 100644 (file)
@@ -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 ]