diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2006-04-12 13:55:24 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2006-04-12 13:55:24 +0000 |
| commit | 6b448dcdc4bd84149fa9a1697325c7ae6867746a (patch) | |
| tree | d5bf9561354b707fb3daa9d042868a04af461dc9 | |
| parent | 98badafe03c0707ca73833e285e619ba0fda8270 (diff) | |
- wording changes in comments
git-svn-id: https://siedziba.pl:790/svn/repos/dbxrecover@228 455248ca-bdda-0310-9134-f4ebb693071a
| -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 |
