- wording changes in comments

pp [2006-04-12 13:55:24]
- wording changes in comments


git-svn-id: https://siedziba.pl:790/svn/repos/dbxrecover@228 455248ca-bdda-0310-9134-f4ebb693071a
Filename
dbxrecover
diff --git a/dbxrecover b/dbxrecover
index 0dffecc..7ce528a 100755
--- a/dbxrecover
+++ b/dbxrecover
@@ -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
ViewGit