]> git.proxmox.com Git - pmg-api.git/blobdiff - src/bin/pmg-daily
typo fixes all over the place
[pmg-api.git] / src / bin / pmg-daily
index d454c629ed2378e2150f6ab75d391b4e6c03f3e0..b06515cc3ad24a7c2d3c97ac3b1b457b6d8596ad 100755 (executable)
@@ -59,7 +59,7 @@ if (my $statlifetime = $cfg->get ('admin', 'statlifetime')) {
 }
 
 # check for available updates
-# We assume that users with subscriptions want informations
+# We assume that users with subscriptions want information
 # about new packages.
 my $info = PVE::INotify::read_file('subscription');
 my $notify = ($info && $info->{status} eq 'Active') ? 1 : 0;
@@ -90,7 +90,7 @@ eval {
 syslog('err', "$@") if $@;
 
 PMG::Utils::service_cmd('pmg-smtp-filter', 'restart') if $restart_filter;
-# run bayes database maintainance
+# run bayes database maintenance
 system('sa-learn --force-expire >/dev/null 2>&1');
 
 eval {