diff options
author | bubulle@debian.org <> | 2008-06-14 07:39:57 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2008-06-14 07:39:57 +0200 |
commit | d047c6da615661acc00e9eae90b7f538f40c09a9 (patch) | |
tree | 81a9c3fa0ac18fa046b2504f22c51623807bc48e /debian/apt.cron.daily | |
parent | c5fdf360513f8d2e5858711ff46c744cddcdeb6f (diff) |
Fix typo in cron.daily script comments
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 2 |
1 files changed, 1 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() { |