diff options
| -rwxr-xr-x | dbxrecover | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/perl # dbxrecover, a program for recovering mail from damaged Outlook dbx files. -# Copyright (C) 2005 Piotr Pawłow <pp@siedziba.pl> +# Copyright (C) 2005 Piotr Pawlow <pp@siedziba.pl> # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -173,8 +173,8 @@ use strict; # if the header seems valid, we skip the whole chunk - # there's a low chance we miss a start of another chunk, - # as the test above is pretty strict and false positives are quite rare + # the chance we miss a start of another chunk is low, because + # the test above is pretty strict and false positives are quite rare # it also helps in cases when there are dbx files contained inside dbx |
