From 77190eb9b881118b78383a483973a85fe79cbf70 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Fri, 21 Dec 2007 16:57:26 +0100 Subject: Small comment fix for git-cvsimport. Signed-off-by: Stefan Sperling Signed-off-by: Junio C Hamano --- git-cvsimport.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-cvsimport.perl') diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 92648f40c9..1fa9a22376 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -848,7 +848,7 @@ while () { } 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; -- cgit v1.2.3