]> git.saurik.com Git - apt.git/commitdiff
Correct spelling in cron.daily
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Mon, 14 Mar 2005 21:06:43 +0000 (21:06 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Mon, 14 Mar 2005 21:06:43 +0000 (21:06 +0000)
debian/apt.cron.daily

index 76c90c8bbcfb589fd5a3ea8c48e9044dcd61d648..ffc7044d1ca769eabe39b65dbcbab4e1cebea3db 100644 (file)
@@ -38,7 +38,7 @@ update_stamp()
 
 
 # we check here if autoclean was enough sizewise
-check_size_constrains()
+check_size_constraints()
 {
     # min-age in days
     MaxAge=0
@@ -78,7 +78,7 @@ check_size_constrains()
     fi
 }
 
-check_size_constrains
+check_size_constraints
 
 UpdateInterval=0
 DownloadUpgradeableInterval=0