git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Small comment fix for git-cvsimport.
@ 2007-12-21 15:57 Stefan Sperling
  0 siblings, 0 replies; only message in thread
From: Stefan Sperling @ 2007-12-21 15:57 UTC (permalink / raw)
  To: git

Signed-off-by: Stefan Sperling <stsp@stsp.name>

---
 git-cvsimport.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index 92648f4..1fa9a22 100755
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
@@ -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;
-- 
1.5.3.2

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-21 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 15:57 [PATCH] Small comment fix for git-cvsimport Stefan Sperling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).