]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Small comment fix for git-cvsimport.
authorStefan Sperling <stsp@stsp.name>
Fri, 21 Dec 2007 15:57:26 +0000 (16:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 Dec 2007 08:23:17 +0000 (00:23 -0800)
Signed-off-by: Stefan Sperling <stsp@stsp.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl

index 92648f40c98096d624a3a80feab4d3a818089b5a..1fa9a2237637f8b463355f2fca9c1b590fbe0e63 100755 (executable)
@@ -848,7 +848,7 @@ while (<CVS>) {
                }
                if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
                        # skip if the commit is too recent
-                       # that the cvsps default fuzz is 300s, we give ourselves another
+                       # given that the cvsps default fuzz is 300s, we give ourselves another
                        # 300s just in case -- this also prevents skipping commits
                        # due to server clock drift
                        print "skip patchset $patchset: $date too recent\n" if $opt_v;