mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix typos
This commit is contained in:
@@ -709,7 +709,7 @@ while(<SOURCE>) {
|
||||
close(DEST);
|
||||
close(SOURCE);
|
||||
unlink($tmpf);
|
||||
&error("Index on $f is corrupt - did not find expected mesage start at line $lnum");
|
||||
&error("Index on $f is corrupt - did not find expected message start at line $lnum");
|
||||
}
|
||||
$fline[$i] = 1;
|
||||
}
|
||||
|
||||
@@ -847,7 +847,7 @@ if ($index->{'lastchange'} != $folder->{'lastchange'} ||
|
||||
foreach my $k (@todelete) {
|
||||
delete($index->{$k});
|
||||
}
|
||||
print DEBUG "deleted $dc mesages from index\n";
|
||||
print DEBUG "deleted $dc messages from index\n";
|
||||
|
||||
# Record index update time
|
||||
$index->{'lastchange'} = $folder->{'lastchange'} || time();
|
||||
|
||||
Reference in New Issue
Block a user