Package: perforate
Version: 1.1-2
Severity: minor

I suggest these changes.

        - Jim Van Zandt

--- finddup-orig        2005-06-16 17:51:05.000000000 -0400
+++ finddup     2005-06-16 17:57:19.000000000 -0400
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# finddup 2.0 - find identical files and do somethink with it.
+# finddup 2.0 - find identical files and do something with them.
 #
 
 use strict;
@@ -35,7 +35,7 @@
 
 if ($opt->{oldresult})
 {
-   my $md5 = 0; # This is not realy necesary in this mode, so make this faster
+   my $md5 = 0; # This is not really necessary in this mode, so make this 
faster
    while (<>)
    {
       chomp;
@@ -127,7 +127,7 @@
 
 =head1 NAME
 
-finddup - Find identical files and do somethink with it
+finddup - Find identical files and do something with them
 
 =head1 SYNOPSIS
 
@@ -136,20 +136,20 @@
      --man              the manpage
  -h, --help             a short help
      --version          the version (CVS) of the program
- -n, --noaction         do just nothing, just print out (implies -v)
+ -n, --noaction         do nothing, just print out (implies -v)
  -v, --verbose          just what the name says
  -q, --quiet            be quiet
  -l, --link            link the identical files together
- -o, --oldresult       Use the old output of this script
+ -o, --oldresult       use the old output of this script
 
 =head1 DESCRIPTION
 
-finddup search the working directory and all files below on the same partition
+finddup searches the working directory and all files below on the same 
partition
 for duplicate files.
 
-finddup can optional hardlink such files to save space.
+finddup can optionally hardlink such files to save space.
 
-Files size 0 will not be reported or hardlinked as this might give problemes
+Files of size 0 will not be reported or hardlinked as this might give problems
 later.
 
 This is a complete rewrite of the finddup in perl to handle several issues:
@@ -170,15 +170,15 @@
 
 =item
 
-Handle if the files allready have other hardlinks to it in the same tree
+Handle files that already have other hardlinks in the same tree
 
 =item
 
-Several improbvements
+Several improvements
 
 =back
 
-If started as nodup or nodup.pl the script will act like started with optiones 
--link and
+If started as nodup or nodup.pl the script will act like started with options 
--link and
 --oldresult
 
 =head1 COPYRIGHT
@@ -209,7 +209,7 @@
 
  $Log: finddup,v $
  Revision 2.3  2005/02/06 18:57:42  klaus
- * Make --oldresult faster by not calculate the md5sum again
+ * Make --oldresult faster by not calculating the md5sum again
  * Fix a but that with --oldresult no links will be done cause the internal
    datastructure
  * Do handle errors in open for md5sum calculation


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages perforate depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to