Fix typos

This commit is contained in:
Jamie Cameron
2011-02-24 10:46:16 -08:00
parent 4710a439db
commit de49b521b9
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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();