cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/contrib ChangeLog validate_repo.pl


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/contrib ChangeLog validate_repo.pl
Date: Sun, 16 Mar 2008 17:31:10 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     08/03/16 17:31:10

Modified files:
        contrib        : ChangeLog validate_repo.pl 

Log message:
        * validate_repo.pl: Fix minor typos in doc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/contrib/ChangeLog?cvsroot=cvs&r1=1.222&r2=1.223
http://cvs.savannah.gnu.org/viewcvs/ccvs/contrib/validate_repo.pl?cvsroot=cvs&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/contrib/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -b -r1.222 -r1.223
--- ChangeLog   16 Mar 2007 04:10:22 -0000      1.222
+++ ChangeLog   16 Mar 2008 17:31:10 -0000      1.223
@@ -1,3 +1,7 @@
+2008-03-16  Derek Price  <address@hidden>
+
+       * validate_repo.pl: Fix minor typos in doc.
+
 2007-03-15  Mark D. Baushke  <address@hidden>
 
        * cvs_acls.pl: Fix typo. The first "'allow' and 'deny'" should

Index: validate_repo.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/contrib/validate_repo.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- validate_repo.pl    5 Sep 2006 17:23:44 -0000       1.3
+++ validate_repo.pl    16 Mar 2008 17:31:10 -0000      1.4
@@ -46,7 +46,7 @@
 
 This is normally accomplished by checking out all I<important> revisions, where
 I<important> revisions are defined as the smallest set which, when checked out,
-will cause each and every revision's integrity to be verified.  This resolves
+will cause each and every revisions' integrity to be verified.  This resolves
 to the most recent revision on each branch and the first and last revisions on
 the trunk.
 
@@ -115,7 +115,7 @@
     validate_repo.pl -d /another/cvsroot --verbose --exec '
     system "grep \"This string means Im a bad, bad file!\" <&"
            . fileno( $_[3] )
-           . ">/dev/null"
+           . " >/dev/null"
         or die "Revision $_[2] of $_[0]/$_[1],v is bad, bad, bad!"'
 
 =head1 SEE ALSO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]